sm64coopdx/docs/lua/guides
djoslin0 2c367b556d
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
Add surface collision Lua hooks (#1139)
* Add surface collision Lua hooks

- Add 6 new hooks:
    HOOK_ON_FIND_WALL_COLLISION,
    HOOK_ON_FIND_CEIL,
    HOOK_ON_FIND_FLOOR,
    HOOK_ON_FIND_WATER_LEVEL,
    HOOK_ON_FIND_POISON_GAS_LEVEL,
    HOOK_ON_FIND_SURFACE_ON_RAY

- Hooks expose current result values and allow overriding collision outputs from Lua

* Remove unnecessary branches

---------

Co-authored-by: MysterD <myster@d>
2026-03-15 14:04:36 +01:00
..
hooks.md Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
lighting-engine.md Update lighting engine documentation 2025-12-06 23:57:29 -05:00
mario-state.md ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
modfs.md ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
object-lists.md ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
vs-code-setup.md typo fix 2024-10-07 22:13:19 +10:00