Event list: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) m LUA code removed |
||
Line 9: | Line 9: | ||
<sup>[2]</sup> may recurse<br/> | <sup>[2]</sup> may recurse<br/> | ||
<sup>[3]</sup> no current player set<br/> | <sup>[3]</sup> no current player set<br/> | ||
<sup>[4 | <sup>[4]</sup> eduke32 standalone build only | ||
|} | |} | ||
{| cellpadding="0" cellspacing="0" border="0" width="100%" | {| cellpadding="0" cellspacing="0" border="0" width="100%" | ||
Line 16: | Line 15: | ||
Misc events | Misc events | ||
*[[EVENT_ACTIVATECHEAT]]<sup>[1][2]</sup> | *[[EVENT_ACTIVATECHEAT]]<sup>[1][2]</sup> | ||
*[[EVENT_CAPIR]]<sup>[1][3][ | *[[EVENT_CAPIR]]<sup>[1][3][4]</sup> | ||
*[[EVENT_CHEATGETBOOT]]<sup>[1]</sup> | *[[EVENT_CHEATGETBOOT]]<sup>[1]</sup> | ||
*[[EVENT_CHEATGETFIRSTAID]]<sup>[1]</sup> | *[[EVENT_CHEATGETFIRSTAID]]<sup>[1]</sup> | ||
Line 40: | Line 39: | ||
*[[EVENT_VALIDATESTART]] | *[[EVENT_VALIDATESTART]] | ||
Unused | Unused/Removed | ||
*[[EVENT_FAKEDOMOVETHINGS]]<sup>[1]</sup> | *[[EVENT_FAKEDOMOVETHINGS]]<sup>[1]</sup> | ||
*[[EVENT_ANIMATEALLSPRITES]]<sup>[1]</sup> | |||
| width="25%" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" | | | width="25%" valign="top" style="border-right: none; border-left: none; padding: 0.6em;" | | ||
Line 105: | Line 105: | ||
Actor controlling events | Actor controlling events | ||
*[[EVENT_ANIMATESPRITES]]<sup>[1]</sup> | *[[EVENT_ANIMATESPRITES]]<sup>[1]</sup> | ||
*[[EVENT_EGS]]<sup>[2]</sup> | *[[EVENT_EGS]]<sup>[2]</sup> | ||
*[[EVENT_GAME]] | *[[EVENT_GAME]] |
Revision as of 08:43, 3 August 2021
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 |