Event list: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 63: Line 63:
*define [[EVENT_INCURDAMAGE]] 62 /* called when effect of armor on damage is calculated */
*define [[EVENT_INCURDAMAGE]] 62 /* called when effect of armor on damage is calculated */
*define [[EVENT_AIMDOWN]]    63 /* This is still 14 like EVENT_AIMUP in 1.0.0 */
*define [[EVENT_AIMDOWN]]    63 /* This is still 14 like EVENT_AIMUP in 1.0.0 */
*define [[EVENT_GAME]] 64
*define [[EVENT_PREVIOUSWEAPON]] 65
*define [[EVENT_NEXTWEAPON]] 66
*define [[EVENT_SWIMUP]] 67
*define [[EVENT_SWIMDOWN]] 68


All [[events]] are accessed using the [[onevent]] command.
All [[events]] are accessed using the [[onevent]] command.

Revision as of 20:55, 31 May 2005

All events are accessed using the onevent command.