Category:Event manipulation: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
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.
[[Category:All commands]]
[[Category:All commands]]

Revision as of 18:03, 23 May 2012

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.

Subcategories

This category has only the following subcategory.

E

Pages in category "Event manipulation"

The following 10 pages are in this category, out of 10 total.