EVENT EGS

From EDukeWiki
Revision as of 11:17, 3 May 2009 by One (talk | contribs)
Jump to navigation Jump to search

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.