Background for Skyrim SE
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


Parameters

  1. 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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.