EVENT EGS: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
EVENT_EGS is | 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 10: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.