GetSelf

From the Fallout3 GECK Wiki
Revision as of 20:19, 22 October 2009 by imported>Henning (Complete article.)
Jump to navigation Jump to search

Link to TES4 Construction Set Wiki: GetSelf.

Syntax:

set RefVar to GetSelf

Example:

ref target
set RefVar to GetSelf
If RefVar.IsInCombat == 0
  return
Endif


Returns the calling object itself as a reference. Useful for if statements and script effects on targets.