Event list: Difference between revisions
Jump to navigation
Jump to search
m -added in new display events added by Hendricks266 in r5118 |
Hendricks266 (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
*[[EVENT_SOUND]]<sup>[1][2]</sup> | *[[EVENT_SOUND]]<sup>[1][2]</sup> | ||
*[[EVENT_CHANGEMENU]]<sup>[1][2]</sup> | *[[EVENT_CHANGEMENU]]<sup>[1][2]</sup> | ||
*[[EVENT_CUTSCENE]]<sup>[1][2]</sup> | |||
Screen drawing events | Screen drawing events (in-game) | ||
*[[ | *[[EVENT_DISPLAYSTART]]<sup>[1]</sup> | ||
*[[ | *[[EVENT_DISPLAYROOMS]]<sup>[1]</sup> | ||
*[[ | *[[EVENT_DISPLAYROOMSCAMERA]]<sup>[1]</sup> | ||
*[[ | *[[EVENT_DISPLAYCAMERAOSD]]<sup>[1]</sup> | ||
*[[EVENT_DISPLAYSBAR]]<sup>[1]</sup> | *[[EVENT_DISPLAYSBAR]]<sup>[1]</sup> | ||
*[[ | *[[EVENT_DISPLAYLEVELSTATS]]<sup>[1]</sup> | ||
*[[EVENT_DISPLAYFIST]]<sup>[1]</sup> | *[[EVENT_DISPLAYFIST]]<sup>[1]</sup> | ||
*[[EVENT_DISPLAYKNEE]]<sup>[1]</sup> | *[[EVENT_DISPLAYKNEE]]<sup>[1]</sup> | ||
Line 52: | Line 45: | ||
*[[EVENT_DISPLAYTIP]]<sup>[1]</sup> | *[[EVENT_DISPLAYTIP]]<sup>[1]</sup> | ||
*[[EVENT_DISPLAYACCESS]]<sup>[1]</sup> | *[[EVENT_DISPLAYACCESS]]<sup>[1]</sup> | ||
*[[EVENT_DISPLAYWEAPON]]<sup>[1]</sup> | |||
*[[EVENT_DRAWWEAPON]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYSPIT]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYREST]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYCROSSHAIR]]<sup>[1]</sup> | |||
Screen drawing events (menus) | |||
*[[EVENT_GETMENUTILE]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYMENU]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYMENUREST]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYINACTIVEMENU]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYINACTIVEMENUREST]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYCURSOR]]<sup>[1]</sup> | |||
Screen drawing events (special screens) | |||
*[[EVENT_GETLOADTILE]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYLOADINGSCREEN]]<sup>[1]</sup> | |||
*[[EVENT_DISPLAYBONUSSCREEN]]<sup>[1]</sup> | |||
*[[EVENT_LOGO]]<sup>[1]</sup> | |||
| width="33%" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" | | | width="33%" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" | | ||
Line 64: | Line 76: | ||
Global events | Global events | ||
*[[EVENT_PRELEVEL]] | |||
*[[EVENT_PREWORLD]] | |||
*[[EVENT_WORLD]] | *[[EVENT_WORLD]] | ||
Player controlling events | Player controlling events |
Revision as of 15:53, 3 April 2015
EDuke32 Scripting
Scripting · Full command list (alphabetized · categorized) · Event list · Structure members
This is a list of every event in the current release of EDuke32. |
[1] Unsynchronized events |