hispidence
|
dde17f88cd
|
Make MakeReadOnlyTable give the metatable its own metatable with an __index metamethod which raises an error (for now) when you use a variable that doesn't exist.
|
2021-08-29 17:07:19 +01:00 |
|
hispidence
|
2d4c091b64
|
Make MakeReadOnlyTable a member function of LuaHandler so that GameFlow can use it too.
|
2021-08-07 19:00:45 +01:00 |
|
hispidence
|
4155d5faa4
|
Change ExecuteScript and ExecuteString to return void and throw a TENScriptException on error. Remove my old comments which didn't really add info. Implement SetSettings.
|
2021-08-03 15:12:24 +01:00 |
|
hispidence
|
046c712402
|
Add LuaHandler class to hold some repeated functionality between GameFlowScript and GameLogicScript.
|
2021-06-16 14:32:42 +01:00 |
|