Event list: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
Misc events
Misc events
*[[EVENT_INIT]]<sup>[1][3]</sup>
*[[EVENT_INIT]]<sup>[1][3]</sup>
*[[EVENT_NEWGAME]]
*[[EVENT_NEWGAME]]<sup>[1]</sup>
*[[EVENT_ENTERLEVEL]]<sup>[1][3]</sup>
*[[EVENT_ENTERLEVEL]]<sup>[1][3]</sup>
*[[EVENT_LOADGAME]]<sup>[1]</sup>
*[[EVENT_SAVEGAME]]<sup>[1]</sup>
*[[EVENT_FAKEDOMOVETHINGS]]<sup>[1]</sup>
*[[EVENT_FAKEDOMOVETHINGS]]<sup>[1]</sup>
*[[EVENT_CHEATGETBOOT]]<sup>[1]</sup>
*[[EVENT_CHEATGETBOOT]]<sup>[1]</sup>

Revision as of 22:18, 24 May 2012

EDuke32 Scripting

This is a list of every event in the current release of EDuke32.

All events are accessed using the onevent command.

[1] Unsynchronized events
[2] may recurse
[3] no current player set

Misc events

Screen drawing events

Actor controlling events

Player controlling events

Keyboard controlling events