sm64ex-coop/docs/lua
Sunk 71a4196caf Add HOOK_BEFORE_SET_MARIO_ACTION (#253)
* Small quality of life changes

Disabled fixed collision in sm74 by default.
Popping should now completely set the popped player's speed to 0.

* Add HOOK_BEFORE_SET_MARIO_ACTION

Param: incoming action
Return: changes incoming action
If the return value is 1, prevent the action from happening entirely.
0 can't be used here since it'll break the title screen.

* Update hooks.md

* Revert "Small quality of life changes"

This reverts commit 05dd235cd0e3633bf1da48bc2f9f0b8a3db087ee.
2023-02-22 20:28:23 -05:00
..
examples Doc stuff (#182) 2022-09-12 20:01:45 -07:00
guides Add HOOK_BEFORE_SET_MARIO_ACTION (#253) 2023-02-22 20:28:23 -05:00
constants.md Add HOOK_BEFORE_SET_MARIO_ACTION (#253) 2023-02-22 20:28:23 -05:00
functions-2.md Add some new LUA helper functions and fix some bugs. (#230) 2022-11-12 05:01:50 -08:00
functions-3.md area_create_warp_node and area_get_warp_node* (#270) 2023-02-20 21:47:32 -05:00
functions-4.md Small improvements to HUD and new functions (#268) 2023-02-21 00:23:15 -05:00
functions-5.md add a way to create/modify whirlpools (#267) 2023-02-08 16:40:41 -05:00
functions.md Small improvements to HUD and new functions (#268) 2023-02-21 00:23:15 -05:00
globals.md Added gActiveMods global to lua 2022-04-22 18:44:59 -07:00
lua.md Document every behavior's object list (#252) 2023-01-31 07:33:51 -05:00
structs.md Add HOOK_BEFORE_SET_MARIO_ACTION (#253) 2023-02-22 20:28:23 -05:00