sm64coopdx/docs
EmeraldLockdown 55a7590e89 fix incorrect label on playerIndex in HOOK_ON_NAMETAGS_RENDER
I INCORRECTLY assumed that a number was an `s32` and a integer was an `u64`. This is some next level blunders. A `number` is a `f64` and a `integer` is a `s64`. This is, in fact, a integer.
2026-05-29 18:58:35 -05:00
..
c Add in C documentation (#1176) 2026-04-21 21:35:01 -04:00
lua fix incorrect label on playerIndex in HOOK_ON_NAMETAGS_RENDER 2026-05-29 18:58:35 -05:00