wiki:Exposed_Load_Progress_Functions
Last modified 4 years ago Last modified on 2008-02-23 03:18:58

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.