<aside> π¨ Warning! This feature is reliant on a change of mapping standards. Custom maps made prior to version 6a may not support this table.
</aside>
<aside> π¦ 8BDT.acs
</aside>
Stores information about all gel sectors on the map. See more information about how to interact with this table in the page for gel sectors.
GLOBAL_GEL_TID
: -9998 - The default βtagβ to apply gel to every sector in the mapMAX_GEL_GLOBAL
: int - Count of stored gel sectors in the map.tag
: int - The tag of the gel sector (-9998 if applying to all sectors)<aside> β‘ int findGelByTag(int tag)
</aside>
tag
: int - The sector tag to search for<aside> β‘ bool isZPosInGelTag(int tag, int zPos)
</aside>
tag
: int - The sector tag affected by gelzPos
: fixed - Vertical position being checkedzPos
is in gel, false otherwise<aside> π‘ Entering a tag that does not have gel could return unpredictable results. Make sure to validate the sector tag you have is a valid gel tag.
</aside>