![]() |
Oolite 1.91.0.7658-250404-b1488af
|
#include <OOEquipmentType.h>
Class Methods | |
(void) | + loadEquipment |
(void) | + addEquipmentWithInfo: |
(NSString *) | + getMissileRegistryRoleForShip: |
(void) | + setMissileRegistryRole:forShip: |
(NSArray *) | + allEquipmentTypes |
(NSEnumerator *) | + equipmentEnumerator |
(NSEnumerator *) | + reverseEquipmentEnumerator |
(NSEnumerator *) | + equipmentEnumeratorOutfitting |
(OOEquipmentType *) | + equipmentTypeWithIdentifier: |
Definition at line 37 of file OOEquipmentType.h.
+ (void) addEquipmentWithInfo: | (NSArray *) | itemInfo |
Definition at line 115 of file OOEquipmentType.m.
References DESTROY, identifier, nil, sEquipmentTypes, sEquipmentTypesByIdentifier, and sEquipmentTypesOutfitting.
Referenced by ShipEntity(Private)::generateMissileEquipmentTypeFrom:.
+ (NSArray *) allEquipmentTypes |
Definition at line 159 of file OOEquipmentType.m.
References allEquipmentTypes, and sEquipmentTypes.
Referenced by allEquipmentTypes, ShipEntity::equipmentListForScripting, and PlayerEntity(Sound)::setUpWeaponSounds.
- (BOOL) canBeDamaged |
Definition at line 567 of file OOEquipmentType.m.
References canBeDamaged, damageProbability, and isMissileOrMine.
Referenced by canBeDamaged.
- (BOOL) canCarryMultiple |
Definition at line 542 of file OOEquipmentType.m.
References _canCarryMultiple, _identifier, canCarryMultiple, isMissileOrMine, and isPrimaryWeapon.
Referenced by canCarryMultiple, and ShipAwardEquipment().
- (NSArray *) conditions |
Definition at line 641 of file OOEquipmentType.m.
References _conditions, and conditions.
Referenced by PlayerEntity::canAddEquipment:inContext:, and conditions.
- (NSString *) conditionScript |
Definition at line 647 of file OOEquipmentType.m.
References _condition_script, and conditionScript.
Referenced by PlayerEntity::adjustPriceByScriptForEqKey:withCurrent:, conditionScript, ShipEntity::equipmentValidToAdd:whileLoading:inContext:, loadEquipment, and Universe::shipsForSaleForSystem:withTL:atTime:.
|
implementation |
Definition at line 427 of file OOEquipmentType.m.
- (NSString *) damagedIdentifier |
Definition at line 446 of file OOEquipmentType.m.
References damagedIdentifier.
Referenced by PlayerEntity::buySelectedItem, damagedIdentifier, PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:, and PlayerEntity(OOPrivate)::tryBuyingItem:.
- (GLfloat) damageProbability |
Definition at line 559 of file OOEquipmentType.m.
References _damageProbability, damageProbability, and isMissileOrMine.
Referenced by canBeDamaged, damageProbability, and PlayerEntity::takeInternalDamage.
|
implementation |
Definition at line 405 of file OOEquipmentType.m.
References _condition_script, _conditions, _defaultActivateKey, _defaultModeKey, _description, _displayColor, _identifier, _incompatibleEquipment, _name, _provides, _requiresAnyEquipment, _requiresEquipment, _script, _scriptInfo, _weaponInfo, dealloc, and DESTROY.
Referenced by dealloc.
- (NSArray *) defaultActivateKey |
Definition at line 677 of file OOEquipmentType.m.
References _defaultActivateKey, and defaultActivateKey.
Referenced by PlayerEntity::addEquipmentWithScriptToCustomKeyArray:, defaultActivateKey, PlayerEntity(KeyMapperInternal)::deleteAllKeySettings, PlayerEntity(KeyMapperInternal)::displayKeyFunctionList:skip:, EquipmentInfoGetProperty(), and PlayerEntity(KeyMapper)::keyMapperInputHandler:view:.
- (NSArray *) defaultModeKey |
Definition at line 683 of file OOEquipmentType.m.
References _defaultModeKey, and defaultModeKey.
Referenced by PlayerEntity::addEquipmentWithScriptToCustomKeyArray:, defaultModeKey, PlayerEntity(KeyMapperInternal)::deleteAllKeySettings, PlayerEntity(KeyMapperInternal)::displayKeyFunctionList:skip:, EquipmentInfoGetProperty(), and PlayerEntity(KeyMapper)::keyMapperInputHandler:view:.
|
implementation |
Definition at line 434 of file OOEquipmentType.m.
References descriptionComponents.
Referenced by descriptionComponents.
- (NSString *) descriptiveText |
Definition at line 458 of file OOEquipmentType.m.
References _description, and descriptiveText.
Referenced by descriptiveText, EquipmentInfoGetProperty(), and PlayerEntity::showInformationForSelectedUpgradeWithFormatString:.
- (OOColor *) displayColor |
Definition at line 628 of file OOEquipmentType.m.
References _displayColor, and displayColor.
Referenced by displayColor, EquipmentInfoGetProperty(), PlayerEntity::equipmentList, and PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:.
- (OOTechLevelID) effectiveTechLevel |
Provided by category OOEquipmentType(Conveniences).
Definition at line 828 of file OOEquipmentType.m.
Referenced by PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:.
+ (NSEnumerator *) equipmentEnumerator |
Definition at line 165 of file OOEquipmentType.m.
References equipmentEnumerator.
Referenced by equipmentEnumerator.
+ (NSEnumerator *) equipmentEnumeratorOutfitting |
Definition at line 177 of file OOEquipmentType.m.
References equipmentEnumeratorOutfitting.
Referenced by equipmentEnumeratorOutfitting.
+ (OOEquipmentType *) equipmentTypeWithIdentifier: | (NSString *) | identifier |
Definition at line 183 of file OOEquipmentType.m.
Referenced by PlayerEntity(Scripting)::addEqScriptForKey:, ShipEntity::addEquipmentItem:withValidation:inContext:, PlayerEntity::addEquipmentWithScriptToCustomKeyArray:, PlayerEntity::adjustPriceByScriptForEqKey:withCurrent:, PlayerEntity::assignToActivePylon:, PlayerEntity(Scripting)::awardEquipment:, PlayerEntity::buySelectedItem, PlayerEntity::canAddEquipment:inContext:, ShipEntity::canAddEquipment:inContext:, PlayerEntity(KeyMapperInternal)::deleteAllKeySettings, PlayerEntity(KeyMapperInternal)::displayKeyFunctionList:skip:, ShipEntity::equipmentItemProviding:, PlayerEntity::equipmentList, ShipEntity::equipmentListForScripting, ShipEntity::equipmentValidToAdd:whileLoading:inContext:, ShipEntity(Private)::generateMissileEquipmentTypeFrom:, ShipEntity::hasEquipmentItemProviding:, JSValueToEquipmentKeyRelaxed(), JSValueToEquipmentType(), PlayerEntity(KeyMapper)::keyMapperInputHandler:view:, PlayerEntity::mountMissile:, PlayerEntity(Contracts)::newShipCommonSetup:yardInfo:baseInfo:, OOWeaponTypeFromEquipmentIdentifierSloppy(), PlayerShipAwardEquipmentToCurrentPylon(), PlayerEntity(OOControlsPrivate)::pollFlightControls:, PlayerEntity(OOControlsPrivate)::pollGuiArrowKeyControls:, PlayerEntity::primedEquipmentName:, ShipEntity::removeEquipmentItem:, PlayerEntity::removeFromPylon:, PlayerEntity::setCommanderDataFromDictionary:, PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:, PlayerEntity::setPrimedEquipment:showMessage:, PlayerEntity::setUpShipFromDictionary:, Universe::shipsForSaleForSystem:withTL:atTime:, PlayerEntity::showInformationForSelectedUpgradeWithFormatString:, PlayerEntity::takeInternalDamage, PlayerEntity::tidyMissilePylons, Universe::tradeInValueForCommanderDictionary:, PlayerEntity(OOPrivate)::tryBuyingItem:, PlayerEntity::validateCustomEquipActivationArray, and ShipEntity::verifiedMissileTypeFromRole:.
- (BOOL) fastAffinityDefensive |
Definition at line 665 of file OOEquipmentType.m.
References _fastAffinityA, and fastAffinityDefensive.
Referenced by fastAffinityDefensive.
- (BOOL) fastAffinityOffensive |
Definition at line 671 of file OOEquipmentType.m.
References _fastAffinityB, and fastAffinityOffensive.
Referenced by fastAffinityOffensive.
- (NSString *) fxShieldHitName |
Definition at line 793 of file OOEquipmentType.m.
References fxShieldHitName.
Referenced by fxShieldHitName.
- (NSString *) fxShotHitName |
Definition at line 787 of file OOEquipmentType.m.
References fxShotHitName.
Referenced by fxShotHitName.
- (NSString *) fxShotMissName |
Definition at line 781 of file OOEquipmentType.m.
References fxShotMissName.
Referenced by fxShotMissName.
- (NSString *) fxUnshieldedHitName |
Definition at line 799 of file OOEquipmentType.m.
References fxUnshieldedHitName.
Referenced by fxUnshieldedHitName.
- (NSString *) fxWeaponLaunchedName |
Definition at line 805 of file OOEquipmentType.m.
References fxWeaponLaunchedName, and identifier.
Referenced by fxWeaponLaunchedName.
+ (NSString *) getMissileRegistryRoleForShip: | (NSString *) | shipKey |
Definition at line 140 of file OOEquipmentType.m.
Referenced by ShipEntity::verifiedMissileTypeFromRole:.
- (BOOL) hideValues |
Definition at line 586 of file OOEquipmentType.m.
References _hideValues, and hideValues.
Referenced by hideValues.
- (NSString *) identifier |
Definition at line 440 of file OOEquipmentType.m.
References _identifier, and identifier.
Referenced by addEquipmentWithInfo:, PlayerEntity::commanderDataDictionary, OOEquipmentType(Conveniences)::effectiveTechLevel, EquipmentInfoGetProperty(), EquipmentInfoSetProperty(), PlayerEntity::equipmentList, ShipEntity::equipmentListForScripting, ShipEntity::fireDirectLaserShotAt:, PlayerEntity::fireMainWeapon, ShipEntity::fireMissileWithIdentifier:andTarget:, ShipEntity::fireSubentityLaserShot:, ShipEntity::fireWeapon:direction:range:, fxWeaponLaunchedName, identifier, isPrimaryWeapon, isWeaponNone(), JSValueToEquipmentKey(), loadEquipment, OOEquipmentIdentifierFromWeaponType(), OOStringFromWeaponType(), PlayerEntity(OOControlsPrivate)::pollFlightControls:, PlayerEntity::removeExternalStore:, ShipEntity::removeExternalStore:, PlayerEntity::removeMissiles, ShipEntity::selectMissile, PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:, ShipAwardEquipment(), ShipSelectNewMissile(), and ShipSetEquipmentStatus().
- (NSSet *) incompatibleEquipment |
Definition at line 622 of file OOEquipmentType.m.
References _incompatibleEquipment, and incompatibleEquipment.
Referenced by EquipmentInfoGetProperty(), and incompatibleEquipment.
|
implementation |
Provided by category OOEquipmentType(Private).
Definition at line 189 of file OOEquipmentType.m.
References OOColor::colorWithDescription:, count, EQUIPMENT_EXTRA_INFO_INDEX, EQUIPMENT_LONG_DESC_INDEX, nil, OOEnforceStandards(), OOLog, OOSanitizeLegacyScriptConditions(), and OOStandardsDeprecated().
- (NSUInteger) installTime |
Definition at line 689 of file OOEquipmentType.m.
References _installTime, and installTime.
Referenced by PlayerEntity::buySelectedItem, installTime, and PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:.
- (BOOL) isAvailableToAll |
Definition at line 476 of file OOEquipmentType.m.
References _isAvailableToAll, and isAvailableToAll.
Referenced by isAvailableToAll.
- (BOOL) isAvailableToNPCs |
Definition at line 598 of file OOEquipmentType.m.
References _isAvailableToNPCs, and isAvailableToNPCs.
Referenced by isAvailableToNPCs.
- (BOOL) isAvailableToPlayer |
Definition at line 592 of file OOEquipmentType.m.
References _isAvailableToPlayer, and isAvailableToPlayer.
Referenced by isAvailableToPlayer.
- (BOOL) isMiningLaser |
Definition at line 727 of file OOEquipmentType.m.
References isMiningLaser.
Referenced by PlayerEntity::fireMainWeapon, and isMiningLaser.
- (BOOL) isMissileOrMine |
Definition at line 530 of file OOEquipmentType.m.
References _isMissileOrMine, and isMissileOrMine.
Referenced by canBeDamaged, canCarryMultiple, damageProbability, and isMissileOrMine.
- (BOOL) isPortableBetweenShips |
Definition at line 536 of file OOEquipmentType.m.
References _portableBetweenShips, and isPortableBetweenShips.
Referenced by isPortableBetweenShips.
- (BOOL) isPrimaryWeapon |
Definition at line 524 of file OOEquipmentType.m.
References identifier, and isPrimaryWeapon.
Referenced by canCarryMultiple, and isPrimaryWeapon.
- (BOOL) isTurretLaser |
Definition at line 721 of file OOEquipmentType.m.
References isTurretLaser.
Referenced by isTurretLaser.
- (BOOL) isVisible |
Definition at line 580 of file OOEquipmentType.m.
References _isVisible, and isVisible.
Referenced by isVisible.
+ (void) loadEquipment |
Definition at line 52 of file OOEquipmentType.m.
References conditionScript, DESTROY, identifier, loadEquipment, nil, sEquipmentTypes, sEquipmentTypesByIdentifier, sEquipmentTypesOutfitting, OOCacheManager::setObject:forKey:inCache:, and OOCacheManager::sharedCache.
Referenced by loadEquipment, and Universe::setUpSettings.
- (NSString *) name |
Definition at line 452 of file OOEquipmentType.m.
Referenced by PlayerEntity::addEquipmentWithScriptToCustomKeyArray:, EquipmentInfoGetProperty(), PlayerEntity::equipmentList, name, PlayerEntity(OOControlsPrivate)::pollFlightControls:, PlayerEntity(OOControlsPrivate)::pollGuiArrowKeyControls:, PlayerEntity::primedEquipmentName:, PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:, PlayerEntity::setPrimedEquipment:showMessage:, Universe::shipsForSaleForSystem:withTL:atTime:, and PlayerEntity::takeInternalDamage.
|
implementation |
Provided by category OOEquipmentType(OOJavaScriptExtensions).
Definition at line 519 of file OOJSEquipmentInfo.m.
|
implementation |
Provided by category OOEquipmentType(OOJavaScriptExtensions).
Definition at line 513 of file OOJSEquipmentInfo.m.
|
implementation |
Provided by category OOEquipmentType(OOJavaScriptExtensions).
Definition at line 498 of file OOJSEquipmentInfo.m.
- (OOCreditsQuantity) price |
Definition at line 470 of file OOEquipmentType.m.
Referenced by price, PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:, Universe::shipsForSaleForSystem:withTL:atTime:, and PlayerEntity(OOPrivate)::tryBuyingItem:.
- (BOOL) provides: | (NSString *) | key |
Definition at line 714 of file OOEquipmentType.m.
- (NSArray *) providesForScripting |
Definition at line 708 of file OOEquipmentType.m.
References providesForScripting.
Referenced by EquipmentInfoGetProperty(), and providesForScripting.
- (NSUInteger) repairTime |
Definition at line 695 of file OOEquipmentType.m.
References _installTime, _repairTime, and repairTime.
Referenced by PlayerEntity::buySelectedItem, repairTime, and PlayerEntity::setGuiToEquipShipScreen:selectingFacingFor:.
- (OOCargoQuantity) requiredCargoSpace |
Definition at line 604 of file OOEquipmentType.m.
References _requiredCargoSpace, and requiredCargoSpace.
Referenced by ShipEntity::addEquipmentItem:withValidation:inContext:, ShipEntity::removeEquipmentItem:, requiredCargoSpace, ShipAwardEquipment(), and PlayerEntity::showInformationForSelectedUpgradeWithFormatString:.
- (NSSet *) requiresAnyEquipment |
Definition at line 616 of file OOEquipmentType.m.
References _requiresAnyEquipment, and requiresAnyEquipment.
Referenced by EquipmentInfoGetProperty(), and requiresAnyEquipment.
- (BOOL) requiresCleanLegalRecord |
Definition at line 494 of file OOEquipmentType.m.
References _requiresClean, and requiresCleanLegalRecord.
Referenced by requiresCleanLegalRecord.
- (BOOL) requiresEmptyPylon |
Definition at line 482 of file OOEquipmentType.m.
References _requiresEmptyPylon, and requiresEmptyPylon.
Referenced by requiresEmptyPylon.
- (NSSet *) requiresEquipment |
Definition at line 610 of file OOEquipmentType.m.
References _requiresEquipment, and requiresEquipment.
Referenced by EquipmentInfoGetProperty(), and requiresEquipment.
- (BOOL) requiresFreePassengerBerth |
Definition at line 506 of file OOEquipmentType.m.
References _requiresFreePassengerBerth, and requiresFreePassengerBerth.
Referenced by requiresFreePassengerBerth.
- (BOOL) requiresFullFuel |
Definition at line 512 of file OOEquipmentType.m.
References _requiresFullFuel, and requiresFullFuel.
Referenced by requiresFullFuel.
- (BOOL) requiresMountedPylon |
Definition at line 488 of file OOEquipmentType.m.
References _requiresMountedPylon, and requiresMountedPylon.
Referenced by requiresMountedPylon.
- (BOOL) requiresNonCleanLegalRecord |
Definition at line 500 of file OOEquipmentType.m.
References _requiresNotClean, and requiresNonCleanLegalRecord.
Referenced by requiresNonCleanLegalRecord.
- (BOOL) requiresNonFullFuel |
Definition at line 518 of file OOEquipmentType.m.
References _requiresNonFullFuel, and requiresNonFullFuel.
Referenced by requiresNonFullFuel.
+ (NSEnumerator *) reverseEquipmentEnumerator |
Definition at line 171 of file OOEquipmentType.m.
References reverseEquipmentEnumerator.
Referenced by reverseEquipmentEnumerator.
- (NSDictionary *) scriptInfo |
Definition at line 653 of file OOEquipmentType.m.
References _scriptInfo, and scriptInfo.
Referenced by EquipmentInfoGetProperty(), and scriptInfo.
- (NSString *) scriptName |
Definition at line 659 of file OOEquipmentType.m.
References _script, and scriptName.
Referenced by PlayerEntity(Scripting)::addEqScriptForKey:, EquipmentInfoGetProperty(), and scriptName.
- (void) setDisplayColor: | (OOColor *) | newColor |
Definition at line 634 of file OOEquipmentType.m.
References _displayColor.
Referenced by EquipmentInfoSetProperty().
+ (void) setMissileRegistryRole: | (NSString *) | roles | |
forShip: | (NSString *) | shipKey |
Definition at line 146 of file OOEquipmentType.m.
References DESTROY, nil, and sMissilesRegistry.
Referenced by ShipEntity::verifiedMissileTypeFromRole:.
|
implementation |
Definition at line 816 of file OOEquipmentType.m.
References _jsSelf, and suppressClangStuff.
Referenced by suppressClangStuff.
- (OOTechLevelID) techLevel |
Definition at line 464 of file OOEquipmentType.m.
References _techLevel, and techLevel.
Referenced by OOEquipmentType(Conveniences)::effectiveTechLevel, Universe::shipsForSaleForSystem:withTL:atTime:, and techLevel.
- (OOColor *) weaponColor |
Definition at line 775 of file OOEquipmentType.m.
References OOColor::brightColorWithDescription:, and weaponColor.
Referenced by ShipEntity::setWeaponDataFromType:, and weaponColor.
- (GLfloat) weaponDamage |
Definition at line 751 of file OOEquipmentType.m.
References weaponDamage.
Referenced by ShipEntity::setWeaponDataFromType:, and weaponDamage.
- (GLfloat) weaponEnergyUse |
Definition at line 745 of file OOEquipmentType.m.
References weaponEnergyUse.
Referenced by ShipEntity::setWeaponDataFromType:, and weaponEnergyUse.
- (NSDictionary *) weaponInfo |
Definition at line 733 of file OOEquipmentType.m.
References _weaponInfo, and weaponInfo.
Referenced by EquipmentInfoGetProperty(), and weaponInfo.
- (GLfloat) weaponRange |
Definition at line 739 of file OOEquipmentType.m.
References weaponRange.
Referenced by getWeaponRangeFromType(), and weaponRange.
- (GLfloat) weaponRechargeRate |
Definition at line 757 of file OOEquipmentType.m.
References weaponRechargeRate.
Referenced by ShipEntity::setWeaponDataFromType:, and weaponRechargeRate.
- (GLfloat) weaponShotTemperature |
Definition at line 763 of file OOEquipmentType.m.
References weaponShotTemperature.
Referenced by ShipEntity::setWeaponDataFromType:, and weaponShotTemperature.
- (GLfloat) weaponThreatAssessment |
Definition at line 769 of file OOEquipmentType.m.
References weaponThreatAssessment.
Referenced by ShipThreatAssessmentWeapon(), and weaponThreatAssessment.
|
private |
Definition at line 61 of file OOEquipmentType.h.
Referenced by canCarryMultiple.
|
private |
Definition at line 78 of file OOEquipmentType.h.
Referenced by conditionScript, and dealloc.
|
private |
Definition at line 71 of file OOEquipmentType.h.
Referenced by conditions, and dealloc.
|
private |
Definition at line 66 of file OOEquipmentType.h.
Referenced by damageProbability.
|
private |
Definition at line 73 of file OOEquipmentType.h.
Referenced by dealloc, and defaultActivateKey.
|
private |
Definition at line 74 of file OOEquipmentType.h.
Referenced by dealloc, and defaultModeKey.
|
private |
Definition at line 45 of file OOEquipmentType.h.
Referenced by dealloc, and descriptiveText.
|
private |
Definition at line 63 of file OOEquipmentType.h.
Referenced by dealloc, displayColor, and setDisplayColor:.
|
private |
Definition at line 59 of file OOEquipmentType.h.
Referenced by fastAffinityDefensive.
|
private |
Definition at line 60 of file OOEquipmentType.h.
Referenced by fastAffinityOffensive.
|
private |
Definition at line 62 of file OOEquipmentType.h.
Referenced by hideValues.
|
private |
Definition at line 44 of file OOEquipmentType.h.
Referenced by canCarryMultiple, dealloc, and identifier.
|
private |
Definition at line 70 of file OOEquipmentType.h.
Referenced by dealloc, and incompatibleEquipment.
|
private |
Definition at line 64 of file OOEquipmentType.h.
Referenced by installTime, and repairTime.
|
private |
Definition at line 46 of file OOEquipmentType.h.
Referenced by isAvailableToAll.
|
private |
Definition at line 58 of file OOEquipmentType.h.
Referenced by isAvailableToNPCs.
|
private |
Definition at line 57 of file OOEquipmentType.h.
Referenced by isAvailableToPlayer.
|
private |
Definition at line 55 of file OOEquipmentType.h.
Referenced by isMissileOrMine.
|
private |
Definition at line 56 of file OOEquipmentType.h.
Referenced by isVisible.
|
private |
Definition at line 80 of file OOEquipmentType.h.
Referenced by suppressClangStuff.
|
private |
Definition at line 43 of file OOEquipmentType.h.
|
private |
Definition at line 51 of file OOEquipmentType.h.
Referenced by isPortableBetweenShips.
|
private |
Definition at line 42 of file OOEquipmentType.h.
Referenced by price.
|
private |
Definition at line 72 of file OOEquipmentType.h.
Referenced by dealloc.
|
private |
Definition at line 65 of file OOEquipmentType.h.
Referenced by repairTime.
|
private |
Definition at line 67 of file OOEquipmentType.h.
Referenced by requiredCargoSpace.
|
private |
Definition at line 69 of file OOEquipmentType.h.
Referenced by dealloc, and requiresAnyEquipment.
|
private |
Definition at line 49 of file OOEquipmentType.h.
Referenced by requiresCleanLegalRecord.
|
private |
Definition at line 47 of file OOEquipmentType.h.
Referenced by requiresEmptyPylon.
|
private |
Definition at line 68 of file OOEquipmentType.h.
Referenced by dealloc, and requiresEquipment.
|
private |
Definition at line 52 of file OOEquipmentType.h.
Referenced by requiresFreePassengerBerth.
|
private |
Definition at line 53 of file OOEquipmentType.h.
Referenced by requiresFullFuel.
|
private |
Definition at line 48 of file OOEquipmentType.h.
Referenced by requiresMountedPylon.
|
private |
Definition at line 54 of file OOEquipmentType.h.
Referenced by requiresNonFullFuel.
|
private |
Definition at line 50 of file OOEquipmentType.h.
Referenced by requiresNonCleanLegalRecord.
|
private |
Definition at line 77 of file OOEquipmentType.h.
Referenced by dealloc, and scriptName.
|
private |
Definition at line 75 of file OOEquipmentType.h.
Referenced by dealloc, and scriptInfo.
|
private |
Definition at line 41 of file OOEquipmentType.h.
Referenced by techLevel.
|
private |
Definition at line 76 of file OOEquipmentType.h.
Referenced by dealloc, and weaponInfo.