Event list: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Better list structuring
Line 2: Line 2:


This is a list of every event in the current release of EDuke32.
This is a list of every event in the current release of EDuke32.
{| cellpadding="0" cellspacing="0" border="0" width="100%"
| width="33%" valign="top" style="border-right: none; padding: 0.6em;" |


*[[EVENT_AIMDOWN]]
*[[EVENT_AIMDOWN]]
Line 33: Line 36:
*[[EVENT_HOLSTER]]
*[[EVENT_HOLSTER]]
*[[EVENT_INCURDAMAGE]]
*[[EVENT_INCURDAMAGE]]
| width="33%" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" |
*[[EVENT_INIT]]
*[[EVENT_INIT]]
*[[EVENT_INVENTORY]]
*[[EVENT_INVENTORY]]
Line 63: Line 69:
*[[EVENT_SWIMUP]]
*[[EVENT_SWIMUP]]
*[[EVENT_TURNAROUND]]
*[[EVENT_TURNAROUND]]
| width="33%" valign="top" style="border-left: none; padding: 0.6em;" |
*[[EVENT_TURNLEFT]]
*[[EVENT_TURNLEFT]]
*[[EVENT_TURNRIGHT]]
*[[EVENT_TURNRIGHT]]
Line 80: Line 89:
*[[EVENT_WEAPKEY8]]
*[[EVENT_WEAPKEY8]]
*[[EVENT_WEAPKEY9]]
*[[EVENT_WEAPKEY9]]
|}


All [[events]] are accessed using the [[onevent]] command.
All [[events]] are accessed using the [[onevent]] command.
Note: Numbered events have been abandoned in favor of pre-defined names for EDuke32 1.3.0; see this [http://eduke32.com/w/index.php?title=EDuke32_event_list&oldid=1891 previous revision] for legacy information.


[[Category:Event manipulation]]
[[Category:Event manipulation]]

Revision as of 19:27, 14 September 2006

EDuke32 Scripting

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

All events are accessed using the onevent command.