|
GetLevelDrawMode | ||
DrawMode = GetLevelDrawMode(MapIndex, LevelIndex) | ||
Parameters: MapIndex = The Index of the Map you wish to query LevelIndex = The index of the level you wish to query |
||
Returns: DrawMode = The DrawMode that this level should use |
||
The GetLevelDrawMode functions reads the draw mode state of level. Draw Mode Bits %001 = Level Solid %010 = Level Transparent %100 = Level Animated FACTS: * None. Mini Tutorial: This example simply creates a map, attaches level to it, set the levels drawmode and demonstrate how to retrieve the levels draw mode using GetLevelDrawMode
This example would output.
|
Related Info: | CreateLevel | CreateMap | DrawMap | LevelDrawMode : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |