= Loading Screen Globals = == g_LoadDescription == * '''Overview:''' * Contains the description (class name) of the object currently being loaded. * '''Syntax:''' * Example: this.caption = g_LoadDescription * '''Notes:''' * Displayed to help give an indication of loading progress. == g_Progress == * '''Overview:''' * Contains a value between 0 and 100 indicating the current % loading progress. * '''Syntax:''' * Example: this.caption = g_Progress * '''Notes:''' * Used to set the value of the loading progress bar in the loading screen.