![]() |
Oolite 1.91.0.7659-250410-0031890
|
import "ShipEntity.h"
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) |
Variables | |
static NSString *const | kOODemoShipKey = @"@"ship" |
static NSString *const | kOODemoShipName = @"@"name" |
static NSString *const | kOODemoShipClass = @"@"class" |
static NSString *const | kOODemoShipSummary = @"@"summary" |
static NSString *const | kOODemoShipDescription = @"@"description" |
static NSString *const | kOODemoShipShipData = @"@"ship_data" |
static NSString *const | kOODemoShipSpeed = @"@"speed" |
static NSString *const | kOODemoShipTurnRate = @"@"turn_rate" |
static NSString *const | kOODemoShipCargo = @"@"cargo" |
static NSString *const | kOODemoShipGenerator = @"@"generator" |
static NSString *const | kOODemoShipShields = @"@"shields" |
static NSString *const | kOODemoShipWitchspace = @"@"witchspace" |
static NSString *const | kOODemoShipWeapons = @"@"weapons" |
static NSString *const | kOODemoShipTurrets = @"@"turrets" |
static NSString *const | kOODemoShipSize = @"@"size" |
static NSString *const | kOODemoShipConditions = @"@"condition_script" |
NSString * OOShipLibraryCargo | ( | ShipEntity * | demo_ship | ) |
Definition at line 101 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::maxAvailableCargoSpace, and nil.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryCategoryPlural | ( | NSString * | category | ) |
Definition at line 35 of file OOShipLibraryDescriptions.m.
References OOExpand, and OOExpandKey.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryCategorySingular | ( | NSString * | category | ) |
Definition at line 29 of file OOShipLibraryDescriptions.m.
References OOExpand, and OOExpandKey.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryGenerator | ( | ShipEntity * | demo_ship | ) |
Definition at line 117 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::energyRechargeRate, and nil.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryShields | ( | ShipEntity * | demo_ship | ) |
Definition at line 137 of file OOShipLibraryDescriptions.m.
References DESC, Entity::maxEnergy, and nil.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibrarySize | ( | ShipEntity * | demo_ship | ) |
Definition at line 206 of file OOShipLibraryDescriptions.m.
References ShipEntity::totalBoundingBox.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibrarySpeed | ( | ShipEntity * | demo_ship | ) |
Definition at line 41 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::maxFlightSpeed, and nil.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryTurnRate | ( | ShipEntity * | demo_ship | ) |
Definition at line 73 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::maxFlightPitch, ShipEntity::maxFlightRoll, and nil.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryTurrets | ( | ShipEntity * | demo_ship | ) |
Definition at line 192 of file OOShipLibraryDescriptions.m.
References ShipEntity::turretCount.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryWeapons | ( | ShipEntity * | demo_ship | ) |
Definition at line 179 of file OOShipLibraryDescriptions.m.
References DESC, ShipEntity::missileCapacity, and ShipEntity::weaponFacings.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
NSString * OOShipLibraryWitchspace | ( | ShipEntity * | demo_ship | ) |
Definition at line 166 of file OOShipLibraryDescriptions.m.
References DESC.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
|
static |
Definition at line 37 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 31 of file OOShipLibraryDescriptions.h.
Referenced by OOShipRegistry(OODataLoader)::loadDemoShips, Universe(OOPrivate)::setLibraryTextForDemoShip, and Universe::setupIntroFirstGo:.
|
static |
Definition at line 44 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 33 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 38 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 29 of file OOShipLibraryDescriptions.h.
Referenced by OOShipRegistry(OODataLoader)::loadDemoShips, and Universe::setupIntroFirstGo:.
|
static |
Definition at line 30 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 39 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 34 of file OOShipLibraryDescriptions.h.
Referenced by Universe(OOPrivate)::setLibraryTextForDemoShip.
|
static |
Definition at line 43 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 35 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 32 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 36 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 42 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 41 of file OOShipLibraryDescriptions.h.
|
static |
Definition at line 40 of file OOShipLibraryDescriptions.h.