sm64coopdx/docs/lua
Sunk 5965b55eb6
Custom exclamation boxes (again) (#360)
* Unhardcode exclamation boxes

Part 1 of creating custom exclamation boxes

* Add `set_exclamation_box` and `get_exclamation_box`

Part 2 of creating custom exclamation boxes

* Exclamation box docs

Part 3 of creating exclamation boxes, although this was entirely optional

* Safety check

* Add a warning

* Remake component check

* Update warnings

* Check for subtables not being tables

* Reduce exclamation box size

This matches how many contents could exist in vanilla due to its hardcoded id 99 check. This check allows me to reasonably assume that no romhacks have more than 99 custom contents. Other mods that may use this function really shouldn't need more than 99 contents either.
2024-11-25 19:26:37 +10:00
..
examples Add files via upload (#286) 2024-09-01 13:43:08 -04:00
guides typo fix 2024-10-07 22:13:19 +10:00
constants.md Fix early hits (#363) 2024-10-17 18:31:01 +10:00
functions-2.md Expose some behavior_script.h functions to Lua 2024-06-23 19:30:38 -04:00
functions-3.md Various FOV fixes and additions (#384) 2024-10-22 11:04:46 +10:00
functions-4.md Add location label override (#390) 2024-10-27 15:52:17 +10:00
functions-5.md add a way to find surface types in collision 2024-11-22 08:57:37 +10:00
functions.md Custom exclamation boxes (again) (#360) 2024-11-25 19:26:37 +10:00
globals.md Add gControllers 2024-01-01 14:43:44 -05:00
lua.md updated the introductory lua doc to mention the --console launch parameter 2024-01-09 00:43:06 +00:00
structs.md Custom exclamation boxes (again) (#360) 2024-11-25 19:26:37 +10:00