- Added:
- Opcode 409 (EnableActionListener):
- Enables an action listener previously registered via
EEex_Action_AddEnabledSpriteStartedActionListener(funcName, func)where<resource field> == funcName.
- Enables an action listener previously registered via
- Key pressed / released listeners can now consume the event by returning
true. This stops the engine and any remaining listeners from processing the event.
- Opcode 409 (EnableActionListener):
- Reimplemented:
- Opcode 280 (Wild Magic) hooks:
param1 != 0=> Force wild surge numberparam1.special != 0=> Suppress wild surge feedback string and visuals.
- Opcode 280 (Wild Magic) hooks:
- Fixed:
EEex_Menu_AddBeforeMainFileReloadedListener()now correctly registers listeners.- The
EEex_Actionbar_Hook_HasFullThieving()hook can now correctly allow non party members to use full thieving abilities.