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.
Last modified 16 years ago Last modified on Feb 23, 2008, 4:18:58 AM
Note: See TracWiki for help on using the wiki.