EVENT EGS: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
EVENT_EGS is an [[event]] which is triggered when any sprite is spawned on the map.  [[onevent]] code for this event is executed by the new sprite during the tick in which it is spawned.  The gamevar [[THISACTOR]] refers to the ID of the sprite that is executing the code.
EVENT_EGS is a [[EDuke32_event_list|Game Event]].
 
This [[event]] is triggered when any sprite is spawned on the map.  [[onevent]] code for this event is executed by the new sprite during the tick in which it is spawned.  The gamevar [[THISACTOR]] refers to the ID of the sprite that is executing the code.


[[Category:Events]]
[[Category:Events]]

Revision as of 11:17, 3 May 2009

EVENT_EGS is a Game Event.

This event is triggered when any sprite is spawned on the map. onevent code for this event is executed by the new sprite during the tick in which it is spawned. The gamevar THISACTOR refers to the ID of the sprite that is executing the code.