Home
last modified time | relevance | path

Searched defs:sectorZ (Results 1 – 6 of 6) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/strategic/
H A DUndergroundSectorModel.cc32 uint8_t sectorZ = obj["sectorLevel"].GetUint(); in deserialize() local
96 uint8_t sectorZ = basementLoc[2]; in validateData() local
H A DUndergroundSectorModel.h30 uint8_t sectorZ; variable
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DSystemPath.h56 Sint32 sectorZ; variable
H A DCustomSystem.h82 int sectorX, sectorY, sectorZ; variable
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DEnd_Game.cc125 void HandleStatueDamaged(INT16 sectorX, INT16 sectorY, INT8 sectorZ, INT16 sGridNo, STRUCTURE *s, U… in HandleStatueDamaged()
/dports/games/pioneer/pioneer-20210723/src/lua/
H A DLuaSystemPath.cpp603 Sint32 sectorZ = strtol(pos, const_cast<char **>(&end), 0); in _systempath_deserializer() local