MCPcopy Create free account
hub / github.com/DrewKestell/BloogBot / MmapTileHeader

Method MmapTileHeader

Navigation/MoveMapSharedDefines.h:42–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 bool usesLiquids : 1;
41
42 MmapTileHeader() : mmapMagic(MMAP_MAGIC), dtVersion(DT_NAVMESH_VERSION),
43 mmapVersion(MMAP_VERSION), size(0), usesLiquids(false) {}//usesLiquids(true) {} //Remove liquid in paths (not 100% with current maps)
44};
45
46enum NavTerrain

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected