Event list: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Fox (talk | contribs)
This is a important formatation, this is a very good way of creating lists without need to count the number of lines per column every time, etc...
Line 3: Line 3:
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%"
<div style="column-count:3;-moz-column-count:3;">
| width="33%" valign="top" style="border-right: none; padding: 0.6em;" |
 
*[[EVENT_AIMDOWN]]
*[[EVENT_AIMDOWN]]
*[[EVENT_AIMUP]]
*[[EVENT_AIMUP]]
Line 36: Line 34:
*[[EVENT_FIREWEAPON]]
*[[EVENT_FIREWEAPON]]
*[[EVENT_GAME]]
*[[EVENT_GAME]]
| width="33%" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" |
*[[EVENT_GETAUTOAIMANGLE]]
*[[EVENT_GETAUTOAIMANGLE]]
*[[EVENT_GETLOADTILE]][1]
*[[EVENT_GETLOADTILE]][1]
Line 69: Line 64:
*[[EVENT_RESETINVENTORY]]
*[[EVENT_RESETINVENTORY]]
*[[EVENT_RESETPLAYER]]
*[[EVENT_RESETPLAYER]]
| width="33%" valign="top" style="border-left: none; padding: 0.6em;" |
*[[EVENT_RESETWEAPONS]]
*[[EVENT_RESETWEAPONS]]
*[[EVENT_RETURNTOCENTER]]
*[[EVENT_RETURNTOCENTER]]
Line 100: Line 92:
*[[EVENT_WEAPKEY8]]
*[[EVENT_WEAPKEY8]]
*[[EVENT_WEAPKEY9]]
*[[EVENT_WEAPKEY9]]
 
</div>
|}


[1] [[unsynchronized events|Unsynchronized events]]
[1] [[unsynchronized events|Unsynchronized events]]

Revision as of 18:39, 14 March 2009

EDuke32 Scripting

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

[1] Unsynchronized events

All events are accessed using the onevent command.