|
GetMapStatus | ||
State = GetMapStatus(MapIndex) | ||
Parameters: MapIndex = The Index of the Map you wish to query |
||
Returns: State = The Map state flag (1= Map exists, 0 = Map doesn't exist) |
||
The GetMapStatus function will returns the current state of a Map map. If the function returns a True(1) the Map exists, if not, it'll return a False (0) value. FACTS: * none Mini Tutorial: This simple example displays the status of map index before and after it was created.
This example would output.
|
Related Info: | CreateLevel | DeleteLevel | GetLevelStatus | GetMapLevels | NewMap : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |