Home
last modified time | relevance | path

Searched refs:fOnRoof (Results 1 – 12 of 12) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DEnemy_Soldier_Save.cc188 bp->fOnRoof = dp->fOnRoof; in LoadEnemySoldiersFromTempFile()
436 bp->fOnRoof = dp->fOnRoof; in NewWayOfLoadingEnemySoldiersFromTempFile()
598 bp->fOnRoof = dp->fOnRoof; in NewWayOfLoadingCiviliansFromTempFile()
746 dp->fOnRoof = s.bLevel; in NewWayOfSavingEnemyAndCivliansToTempFile()
752 dp->fOnRoof = curr->pBasicPlacement->fOnRoof; in NewWayOfSavingEnemyAndCivliansToTempFile()
H A DLoadSaveBasicSoldierCreateStruct.cc27 EXTR_BOOL(d, b.fOnRoof) in ExtractBasicSoldierCreateStructFromFile()
54 INJ_BOOL(d, b.fOnRoof) in InjectBasicSoldierCreateStructIntoFile()
H A DSoldier_Create.h36 BOOLEAN fOnRoof; member
102 BOOLEAN fOnRoof; member
H A DLoadSaveSoldierCreate.cc35 s->fOnRoof * 17 + in CalcSoldierCreateCheckSum()
93 EXTR_BOOL(d, c->fOnRoof) in ExtractSoldierCreate()
200 INJ_BOOL(d, c->fOnRoof) in InjectSoldierCreate()
H A DSoldier_Create.cc459 if (c.fOnRoof && FlatRoofAboveGridNo(c.sInsertionGridNo)) in TacticalCreateSoldier()
1376 pp->fOnRoof = bp->fOnRoof; in CreateDetailedPlacementGivenBasicPlacementInfo()
1447 spp->fOnRoof = bp->fOnRoof; in CreateStaticDetailedPlacementGivenBasicPlacementInfo()
1471 pp->fOnRoof = spp->fOnRoof = bp->fOnRoof; in CreateDetailedPlacementGivenStaticDetailedPlacementAndBasicPlacementInfo()
2084 if( gubFact[ FACT_MIKE_AVAILABLE_TO_ARMY ] == 1 && !pp->fOnRoof ) in OkayToUpgradeEliteToSpecialProfiledEnemy()
2090 else if( gubFact[ FACT_IGGY_AVAILABLE_TO_ARMY ] == 1 && !pp->fOnRoof ) in OkayToUpgradeEliteToSpecialProfiledEnemy()
H A DOverhead.h224 extern BOOLEAN IsLocationSittable( INT32 iMapIndex, BOOLEAN fOnRoof );
225 extern BOOLEAN IsLocationSittableExcludingPeople( INT32 iMapIndex, BOOLEAN fOnRoof );
H A DOverhead.cc3221 BOOLEAN IsLocationSittable( INT32 iMapIndex, BOOLEAN fOnRoof ) in IsLocationSittable() argument
3227 if( fOnRoof && !FlatRoofAboveGridNo( iMapIndex ) ) in IsLocationSittable()
3228 fOnRoof = FALSE; in IsLocationSittable()
3233 sDesiredLevel = fOnRoof ? STRUCTURE_ON_ROOF : STRUCTURE_ON_GROUND; in IsLocationSittable()
3244 BOOLEAN IsLocationSittableExcludingPeople( INT32 iMapIndex, BOOLEAN fOnRoof ) in IsLocationSittableExcludingPeople() argument
3250 if( fOnRoof && !FlatRoofAboveGridNo( iMapIndex ) ) in IsLocationSittableExcludingPeople()
3251 fOnRoof = FALSE; in IsLocationSittableExcludingPeople()
3256 sDesiredLevel = fOnRoof ? STRUCTURE_ON_ROOF : STRUCTURE_ON_GROUND; in IsLocationSittableExcludingPeople()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DStructure.h80 INT8 GetTallestStructureHeight( INT16 sGridNo, BOOLEAN fOnRoof );
81 INT8 GetStructureTargetHeight( INT16 sGridNo, BOOLEAN fOnRoof );
H A DLighting.h126 BOOLEAN LightSpriteRoofStatus(LIGHT_SPRITE* l, BOOLEAN fOnRoof);
H A DStructure.cc1035 INT8 GetTallestStructureHeight( INT16 sGridNo, BOOLEAN fOnRoof ) in GetTallestStructureHeight() argument
1042 if (fOnRoof) in GetTallestStructureHeight()
1067 INT8 GetStructureTargetHeight( INT16 sGridNo, BOOLEAN fOnRoof ) in GetStructureTargetHeight() argument
1074 if (fOnRoof) in GetStructureTargetHeight()
H A DLighting.cc2054 BOOLEAN LightSpriteRoofStatus(LIGHT_SPRITE* const l, BOOLEAN fOnRoof) in LightSpriteRoofStatus() argument
2056 if ( fOnRoof && (l->uiFlags & LIGHT_SPR_ONROOF)) return FALSE; in LightSpriteRoofStatus()
2057 if (!fOnRoof && !(l->uiFlags & LIGHT_SPR_ONROOF)) return FALSE; in LightSpriteRoofStatus()
2070 if (fOnRoof) in LightSpriteRoofStatus()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditorMercs.cc399 gpSelected->pBasicPlacement->fOnRoof = TRUE; in AddMercToWorld()
401 gpSelected->pDetailedPlacement->fOnRoof = TRUE; in AddMercToWorld()
436 gpSelected->pBasicPlacement->fOnRoof = TRUE; in HandleRightClickOnMerc()
438 gpSelected->pDetailedPlacement->fOnRoof = TRUE; in HandleRightClickOnMerc()
443 gpSelected->pBasicPlacement->fOnRoof = FALSE; in HandleRightClickOnMerc()
445 gpSelected->pDetailedPlacement->fOnRoof = FALSE; in HandleRightClickOnMerc()
3016 gpSelected->pBasicPlacement->fOnRoof = TRUE; in PasteMercPlacement()
3018 gpSelected->pDetailedPlacement->fOnRoof = TRUE; in PasteMercPlacement()