1 Exposed_Load_Progress_Functions
trac edited this page 2008-02-23 03:18:58 +00:00

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.