Events

From EDukeWiki
Revision as of 13:29, 10 May 2012 by Helixhorned (talk | contribs) (note that events may recurse... I'm not actually 100% sure if it's possible for the concrete events, but reading the cide suggests it's true)
Jump to navigation Jump to search

Events are special occurences in the game engine, including specific key presses, display calls, etc. Events are also the only of the three CON entry points (the other two being actor and eventloadactor code) that may recurse, for example through EVENT_EGS, EVENT_SPAWN or EVENT_KILLIT.

Please see the EDuke32 event list for a complete list of all currently valid events in EDuke32. Also see onevent.