THISACTOR: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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/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). |
Revision as of 01:23, 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).