Revision Difference
navmesh.GetAllNavAreas#563340
<function name="GetAllNavAreas" parent="navmesh" type="libraryfunc">
<description>Returns an integer indexed table of all <page>CNavArea</page>s on the current map. If the map doesn't have a navmesh generated then this will return an empty table.</description>
<realm>Server</realm>
<rets>
<ret name="" type="table">A table of all the <page>CNavArea</page>s on the current map.</ret>
<ret name="" type="table<CNavArea>">A table of all the <page>CNavArea</page>s on the current map.</ret>
</rets>
</function>