Ground (functions)/Map Status: Difference between revisions
From PMDOWiki
Created page with " == GROUND:AddMapStatus(System.String) == Adds a mapstatus to the ground map. Map statuses only have an aesthetic effect in ground maps. === Arguments === * <code>statusIdx</code>: The ID of the Map Status == GROUND:RemoveMapStatus(System.String) == Removes a map status from the ground map. === Arguments === * <code>statusIdx</code>: The ID of the Map Status to remove." |
m Imbion moved page Ground (function)/Map Status to Ground (functions)/Map Status |
(No difference)
| |
Latest revision as of 20:07, 17 January 2026
GROUND:AddMapStatus(System.String)
Adds a mapstatus to the ground map. Map statuses only have an aesthetic effect in ground maps.
Arguments
statusIdx: The ID of the Map Status
GROUND:RemoveMapStatus(System.String)
Removes a map status from the ground map.
Arguments
statusIdx: The ID of the Map Status to remove.
