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
@@ -39,6 +39,7 @@ public:
int SetScriptReference(int);
int GetScriptReference();
//NOTE: Why does this have tags? Are the tags used?
std::string SetTag(std::string key, std::string value);
std::string GetTag(std::string key);