-
Notifications
You must be signed in to change notification settings - Fork 2
Internal Variables
mika edited this page Apr 26, 2018
·
2 revisions
-
string GetInternalString(string key)- Get string from internal string dictionary, returns null/nil if not existing
-
void SetInternalString(string key, string val)- Set string to internal dictionary
- returns null if not found
-
bool InteralStringExists(string key)- returns true if key exists in internal string dictionary
-
void ClearInternalStrings()- Clears internal string dictionary
-
bool WaitForMe()- checks if internal variable 'waitForMe' is true or false
- currently only CallLoadText() and TerrainHeightmapLoadersets() it back to false after loading finished
-
void SetWaitForMe(bool state)- sets internal variable 'waitForMe' to true or false
- currently only CallLoadText() and TerrainHeightmapLoadersets() sets it back to false after loading finished
- 'lastLoadedString'
- CallLoadText() loads string into this variable
- currently only used in ParseBVHFromLastLoadedString()