hispidence
|
75e6f14287
|
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
|
9b29de8dda
|
Make MakeReadOnlyTable a member function of LuaHandler so that GameFlow can use it too.
|
2021-08-07 19:00:45 +01:00 |
|
hispidence
|
58a424e52f
|
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 |
|
Brad Ellis
|
cf0b4d5e7a
|
Add LuaHandler class to hold some repeated functionality between GameFlowScript and GameLogicScript.
|
2021-06-16 14:32:42 +01:00 |
|