Description
Wiki Description
Has this object behave as if the actor had just tried to steal it.
Documentation Comment
Has this object behave as if the specified actor attempted to steal it
Caveats
Parameters
Examples
; Behave as if the player had just tried to steal the million dollars
MillionDollars.SendStealAlarm(Game.GetPlayer())Auto-Generated Example
Actor myActor__akThief
myObjectReference__toCallFunctionOn.SendStealAlarm(myActor__akThief)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
