Document errorMode. Make it an enum on the Lua side rather than a string.

This commit is contained in:
hispidence 2021-08-16 12:52:06 +01:00
parent 85b26b4238
commit e5d12a56f2
5 changed files with 38 additions and 23 deletions

View file

@ -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()