Load
global instance
Load data saved in the map.
Properties
Name | Type | Access | Description |
---|---|---|---|
position | Number | RW | Current read position |
Functions and Enumerations
- Instance Functions
Functions that are used with a Load instance.
- load( )
Load any data that is stored on the map
- readBoolean( )
Read a boolean from the loaded data
- readNumber( )
Read a number from the loaded data
- readString( )
Read a string from the loaded data
- load( )