is_map_valid
Syntax
native is_map_valid(const mapname[]);
Usage
| Parameter | Description |
|---|---|
| mapname | Name of the map |
Description
Returns if the given mapname is deemed valid by the engine.
Return
1 if the map name is valid, 0 otherwise
native is_map_valid(const mapname[]);
| Parameter | Description |
|---|---|
| mapname | Name of the map |
Returns if the given mapname is deemed valid by the engine.
1 if the map name is valid, 0 otherwise