Ground (functions)/Map Status

From PMDOWiki
Revision as of 20:03, 17 January 2026 by Imbion (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.