|
MapLevelQuantity | ||
MapLevelQuantity MapIndex, NumbOfLevels | ||
Parameters: MapIndex = The Index Identifier of the Map that you wish to create. NumbOfLevels = The Number of levels you like to setup within this map |
||
Returns: NONE | ||
MapLevelQuantity lets you expand or contract the number of levels a map currently has provision for. The command is sensitive to the data, allowing you to expand the level table without lose, Of course, if you shrink the number levels in the table, then care should be taken to ensure your not deleting levels you need. FACTS: * When shrinking the number of levels, MapLevelQuantity will delete all the level data associated with those levels. Mini Tutorial: This example will create a map with provision for 10 levels. Display the max number of levels this map currently has provision for, resize this with MapLevelQuantity, and then display the resize number of levels available.
This example would output.
|
Related Info: | CreateLevel | CreateMap | GetMapLevels | NewLevel : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |