Changes between Initial Version and Version 1 of Exposed_Load_Progress_Functions


Ignore:
Timestamp:
Feb 23, 2008, 4:18:58 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exposed_Load_Progress_Functions

    v1 v1  
     1= Loading Screen Globals =
     2
     3== g_LoadDescription ==
     4 * '''Overview:'''
     5  * Contains the description (class name) of the object currently being loaded.
     6 * '''Syntax:'''
     7  * Example: this.caption = g_LoadDescription
     8 * '''Notes:'''
     9  * Displayed to help give an indication of loading progress.
     10
     11== g_Progress ==
     12 * '''Overview:'''
     13  * Contains a value between 0 and 100 indicating the current % loading progress.
     14 * '''Syntax:'''
     15  * Example: this.caption = g_Progress
     16 * '''Notes:'''
     17  * Used to set the value of the loading progress bar in the loading screen.