Event list: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) Add EVENT_PREACTORDAMAGE, EVENT_PREWEAPONSHOOT, EVENT_POSTWEAPONSHOOT |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
All [[events]] are accessed using the [[onevent]] and [[appendevent]] commands. | All [[events]] are accessed using the [[onevent]] and [[appendevent]] commands. | ||
See also: [[:Category:Event manipulation|Event Manipulation]]. | |||
| width="1%" nowrap="nowrap" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" | | | width="1%" nowrap="nowrap" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" | | ||
<sup>[1]</sup> [[unsynchronized events|Unsynchronized events]]<br/> | <sup>[1]</sup> [[unsynchronized events|Unsynchronized events]]<br/> | ||
Line 112: | Line 115: | ||
*[[EVENT_KILLIT]]<sup>[2]</sup> | *[[EVENT_KILLIT]]<sup>[2]</sup> | ||
*[[EVENT_LOADACTOR]]<sup>[3]</sup> | *[[EVENT_LOADACTOR]]<sup>[3]</sup> | ||
*[[EVENT_PREACTORDAMAGE]] | |||
*[[EVENT_PREGAME]] | *[[EVENT_PREGAME]] | ||
*[[EVENT_RECOGSOUND]] | *[[EVENT_RECOGSOUND]] | ||
Line 174: | Line 178: | ||
*[[EVENT_MOVEFORWARD]] | *[[EVENT_MOVEFORWARD]] | ||
*[[EVENT_NEXTWEAPON]] | *[[EVENT_NEXTWEAPON]] | ||
*[[EVENT_POSTWEAPONSHOOT]] | |||
*[[EVENT_PRESSEDFIRE]] | *[[EVENT_PRESSEDFIRE]] | ||
*[[EVENT_PREVIOUSWEAPON]] | *[[EVENT_PREVIOUSWEAPON]] | ||
*[[EVENT_PREWEAPONSHOOT]] | |||
*[[EVENT_PROCESSINPUT]] | *[[EVENT_PROCESSINPUT]] | ||
*[[EVENT_QUICKKICK]] | *[[EVENT_QUICKKICK]] |
Latest revision as of 09:06, 7 January 2024
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. All events are accessed using the onevent and appendevent commands. See also: Event Manipulation. |
[1] Unsynchronized events |