sm64coopdx/autogen/lua_definitions
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
..
constants.lua Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
functions.lua DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
manual.lua Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
structs.lua DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00