GetActionRef

From the Oblivion ConstructionSet Wiki
Revision as of 10:28, 9 February 2006 by 10.0.1.94 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

set refVar to GetActionRef 
 

Returns the reference currently activating the scripted object. Valid only when the object is being activated. It will only return a value during the frame after the object has been activated. This means it is generally only useful inside an OnActivate block.

See Also

IsActionRef