sm64coopdx/docs
EmeraldLockdown 7980c3b25b
Fix playerIndex type for HOOK_ON_NAMETAGS_RENDER in hooks.md
Before it was a `string` when it should be a `number`. See `smlua_hook_events.inl`

`SMLUA_EVENT_HOOK(HOOK_ON_NAMETAGS_RENDER, _, s32 playerIndex, Vec3f pos, OUTPUT const char **playerNameOverride) // Manually defined hook`

The type `number` is used as an `s32` is equivalent to a `number`. An `integer` is equivalent to a `u64`
2026-05-29 16:45:12 -05:00
..
c Add in C documentation (#1176) 2026-04-21 21:35:01 -04:00
lua Fix playerIndex type for HOOK_ON_NAMETAGS_RENDER in hooks.md 2026-05-29 16:45:12 -05:00