mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-06-14 03:43:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| examples | ||
| guides | ||
| constants.md | ||
| functions-2.md | ||
| functions-3.md | ||
| functions-4.md | ||
| functions-5.md | ||
| functions-6.md | ||
| functions-7.md | ||
| functions.md | ||
| globals.md | ||
| lua.md | ||
| structs.md | ||