Oolite 1.91.0.7644-241112-7f5034b
|
Go to the source code of this file.
Functions | |
NSString * | OOShipLibraryCategorySingular (NSString *category) |
NSString * | OOShipLibraryCategoryPlural (NSString *category) |
NSString * | OOShipLibrarySpeed (ShipEntity *demo_ship) |
NSString * | OOShipLibraryTurnRate (ShipEntity *demo_ship) |
NSString * | OOShipLibraryCargo (ShipEntity *demo_ship) |
NSString * | OOShipLibraryGenerator (ShipEntity *demo_ship) |
NSString * | OOShipLibraryShields (ShipEntity *demo_ship) |
NSString * | OOShipLibraryWitchspace (ShipEntity *demo_ship) |
NSString * | OOShipLibraryWeapons (ShipEntity *demo_ship) |
NSString * | OOShipLibraryTurrets (ShipEntity *demo_ship) |
NSString * | OOShipLibrarySize (ShipEntity *demo_ship) |
NSString * OOShipLibraryCargo | ( | ShipEntity * | demo_ship | ) |
Definition at line 101 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::maxAvailableCargoSpace, and nil.
NSString * OOShipLibraryCategoryPlural | ( | NSString * | category | ) |
Definition at line 35 of file OOShipLibraryDescriptions.m.
References OOExpand, and OOExpandKey.
NSString * OOShipLibraryCategorySingular | ( | NSString * | category | ) |
Definition at line 29 of file OOShipLibraryDescriptions.m.
References OOExpand, and OOExpandKey.
NSString * OOShipLibraryGenerator | ( | ShipEntity * | demo_ship | ) |
Definition at line 117 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::energyRechargeRate, and nil.
NSString * OOShipLibraryShields | ( | ShipEntity * | demo_ship | ) |
Definition at line 137 of file OOShipLibraryDescriptions.m.
References DESC, Entity::maxEnergy, and nil.
NSString * OOShipLibrarySize | ( | ShipEntity * | demo_ship | ) |
Definition at line 206 of file OOShipLibraryDescriptions.m.
References ShipEntity::totalBoundingBox.
NSString * OOShipLibrarySpeed | ( | ShipEntity * | demo_ship | ) |
Definition at line 41 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::maxFlightSpeed, and nil.
NSString * OOShipLibraryTurnRate | ( | ShipEntity * | demo_ship | ) |
Definition at line 73 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::maxFlightPitch, ShipEntity::maxFlightRoll, and nil.
NSString * OOShipLibraryTurrets | ( | ShipEntity * | demo_ship | ) |
Definition at line 192 of file OOShipLibraryDescriptions.m.
References ShipEntity::turretCount.
NSString * OOShipLibraryWeapons | ( | ShipEntity * | demo_ship | ) |
Definition at line 179 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::missileCapacity, and ShipEntity::weaponFacings.
NSString * OOShipLibraryWitchspace | ( | ShipEntity * | demo_ship | ) |
Definition at line 166 of file OOShipLibraryDescriptions.m.
References DESC.