THISACTOR: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Plugwash (talk | contribs)
No edit summary
Plugwash (talk | contribs)
No edit summary
Line 1: Line 1:
THISACTOR is a [[gamevar]] that refers to the current [[actor]].
THISACTOR is a [[gamevar]] that refers to the current [[actor]].


HOWEVER it is [[special case]]d in get/setplayer/sector to refer to the current player and sector (it is also special cased in get/setactor though this special casing shouldn't make any difference to behaviour).
HOWEVER it is [[special case]]d in get/set[[Player Member Functions|player]]/[[Sector Member Functions|sector]] to refer to the current player and sector (it is also special cased in [[getactor|get]]/[[setactor]] though this special casing shouldn't make any difference to behaviour).

Revision as of 02:26, 10 January 2005

THISACTOR is a gamevar that refers to the current actor.

HOWEVER it is special cased in get/setplayer/sector to refer to the current player and sector (it is also special cased in get/setactor though this special casing shouldn't make any difference to behaviour).