EVENT GAME: Difference between revisions
Jump to navigation
Jump to search
m Reverted edits by 201.21.218.199 (Talk); changed back to last version by TX |
No edit summary |
||
Line 1: | Line 1: | ||
EVENT_GAME is | EVENT_GAME is a [[EDuke32_event_list|Game Event]]. | ||
This [[event]] is triggered once per tic per sprite in the game. The gamevar [[THISACTOR]] refers to the ID of the actor executing the code. Thus, it takes the value of each actor in the game. | |||
[[Category:Events]] | [[Category:Events]] |
Revision as of 10:24, 3 May 2009
EVENT_GAME is a Game Event.
This event is triggered once per tic per sprite in the game. The gamevar THISACTOR refers to the ID of the actor executing the code. Thus, it takes the value of each actor in the game.