Engine.ReloadGlobals
- Updated2024-10-09
- 1 minute(s) read
Engine.ReloadGlobals
Syntax
Engine.ReloadGlobals
Purpose
Reloads global variables from disk. All global reference variables and properties that exist after you call this method retain the reference values they had before the call to ReloadGlobals. To clear reference values, explicitly set the references to nothing or delete the global reference variables and properties before you call this method.