mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Document errorMode. Make it an enum on the Lua side rather than a string.
This commit is contained in:
parent
1ad81f4a63
commit
af84f318b6
5 changed files with 38 additions and 23 deletions
|
@ -110,6 +110,7 @@ You will not need to call them manually.
|
|||
MakeReadOnlyTable("InvItem", kInventorySlots);
|
||||
MakeReadOnlyTable("RotationAxis", kRotAxes);
|
||||
MakeReadOnlyTable("ItemAction", kItemActions);
|
||||
MakeReadOnlyTable("ErrorMode", kErrorModes);
|
||||
}
|
||||
|
||||
GameFlow::~GameFlow()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue