Difference between revisions of "This"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>TS7
m (Reverted edit of EktFf0, changed back to last version by Scruggs)
imported>DragoonWraith
(changing category)
Line 16: Line 16:
* This function [[Talk:GetSelf#Unreliability with Player|appears to be unreliable]] when called on the player.
* This function [[Talk:GetSelf#Unreliability with Player|appears to be unreliable]] when called on the player.
* This function returns 0 when called on a [[Light]].
* This function returns 0 when called on a [[Light]].
[[Category: Functions]]
[[Category: Functions]]
[[Category: Reference Variable Functions]]
[[Category: Record Variable Functions]]

Revision as of 00:22, 5 July 2007

Syntax:

set refVar to this
set refVar to GetSelf

Example:

if this == GetActionRef
set MyQuest.targetRef to this

An alias for GetSelf. Returns the calling object itself as a reference. Useful for if statements, or for setting reference variables on other scripts.


Notes:

  • When this function is called on a carriable object (such as a weapon or miscellaneous item), the reference returned only remains valid while the object remains in the gameworld.
  • This function appears to be unreliable when called on the player.
  • This function returns 0 when called on a Light.