|
Purpose |
Clears a map from the screen | ||
|
Old name |
#define clearmap map_clear_from | ||
|
Syntax |
void map_clear_from(mapnr) | ||
|
Parameters |
int mapnr |
Number of map to be cleared | |
|
Description |
The function map_clear_from() removes the specified map, and all maps drawn after it, from the screen. Clearing a map which is not on the screen has no effect. | ||
|
See also |
|||
|
Example |
| ||