<aside> 🚨 Warning! This feature is reliant on a change of mapping standards. Maps made prior to version 5b may not support this table.
</aside>
<aside> 📦 8BDT.acs
</aside>
Stores information about all water on the map. See more information about how to interact with this table in the page for water sectors.
SECTOR_LOWEST
: -32768.0 - The lowest possible z-value for a sector’s ceiling or floorSECTOR_HIGHEST
: 32768.0 - The highest possible z-value for a sector’s ceiling or floorGLOBAL_WATER_TID
: -9999 - The default “tag” to apply water to every sector in the mapMAX_WATER_GLOBAL
: int - Count of stored water sectors in the map.tag
: int - The tag of the water sector (-9999 if applying to all sectors)<aside> ⚡ int findWaterByTag(int tag)
</aside>
tag
: int - The sector tag to search for<aside> ⚡ bool isZPosInWaterTag(int tag, int zPos)
</aside>
tag
: int - The sector tag affected by waterzPos
: fixed - Vertical position being checked