Wrote out the pseudocode for RoomData::RunFrame

This method is too overloaded. The pseudocode itself takes up a whole
page.
This commit is contained in:
2016-07-09 17:25:13 +10:00
parent 4894daa273
commit 011f71ea61
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -81,6 +81,7 @@ static const luaL_Reg barrierLib[] = {
{"GetScript", getScript},
{"SetTag", setTag},
{"GetTag", getTag},
//NOTE: Why is the instance mutable?
{"SetInstance", setInstance},
{"GetInstance", getInstance},
{"SetStatus", setStatus},