Background for Fallout 4
Member of the ObjectReference script
voidfunctionSendStealAlarm(ActorakThief)Native

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

ActorakThief

CK Wiki Description

The actor who will be performing the "theft".


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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.