ax.zones¶
Source: gamemode/modules/zones/libraries/sv_persistence.lua
Load zones from disk for the current map.
Documented functions: 3
Functions¶
ax.zones:Load()¶
Load zones from disk for the current map.
Realm: server
ax.zones:LoadStatic(zoneList)¶
Load static zones from a list (not persisted).
Realm: server
ax.zones:Save()¶
Save runtime zones to disk for the current map.
Realm: server