|
GetLevelStatus | ||
State = GetLevelStatus(MapIndex, LevelIndex) | ||
Parameters: MapIndex = The Index of the Map you wish to query a level within LevelIndex = The index of the level you wish to query |
||
Returns: State = The levels state flag (1= level exists, 0 = level doesn't exist) |
||
The GetLevelStatus function will returns the current state of a level within a map. If the function returns a true(1) the level exists, if it not it'll return a false (0) value. FACTS: * none Mini Tutorial: This example shows how to first create a Map & Level, then displays the size information about this level.
This example would output.
|
Related Info: | CreateLevel | DeleteLevel | GetLevelHeight | GetLevelWidth | NewLevel : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |