Description
Wiki Description
Checks if the taking of a ref would be stealing for this actor
Documentation Comment
Returns if actor is stealing taking a ref
Caveats
Parameters
Examples
; check if the player would be stealing a glove ref
if (Player.WouldBeStealing(BaseBallGloveRef))
Debug.Trace("Bad player!")
endIfAuto-Generated Example
ObjectReference myObjectReference__akObject
bool returnedValue = myActor__toCallFunctionOn.WouldBeStealing(myObjectReference__akObject)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
