EVENT GAME: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
m Reverted edits by 201.21.218.199 (Talk); changed back to last version by TX
One (talk | contribs)
No edit summary
Line 1: Line 1:
EVENT_GAME is an [[event]] that 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.
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 11: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.