Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
OOShipLibraryDescriptions.h
Go to the documentation of this file.
1/*
2
3OOShipLibraryDescriptions.h
4
5Default descriptions for ships
6
7Oolite
8Copyright (C) 2004-2013 Giles C Williams and contributors
9
10This program is free software; you can redistribute it and/or
11modify it under the terms of the GNU General Public License
12as published by the Free Software Foundation; either version 2
13of the License, or (at your option) any later version.
14
15This program is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with this program; if not, write to the Free Software
22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
23MA 02110-1301, USA.
24
25*/
26
27#import "ShipEntity.h"
28
29static NSString * const kOODemoShipKey = @"ship";
30static NSString * const kOODemoShipName = @"name"; // set internally only
31static NSString * const kOODemoShipClass = @"class";
32static NSString * const kOODemoShipSummary = @"summary";
33static NSString * const kOODemoShipDescription = @"description";
34static NSString * const kOODemoShipShipData = @"ship_data";
35static NSString * const kOODemoShipSpeed = @"speed";
36static NSString * const kOODemoShipTurnRate = @"turn_rate";
37static NSString * const kOODemoShipCargo = @"cargo";
38static NSString * const kOODemoShipGenerator = @"generator";
39static NSString * const kOODemoShipShields = @"shields";
40static NSString * const kOODemoShipWitchspace = @"witchspace";
41static NSString * const kOODemoShipWeapons = @"weapons";
42static NSString * const kOODemoShipTurrets = @"turrets";
43static NSString * const kOODemoShipSize = @"size";
44static NSString * const kOODemoShipConditions = @"condition_script";
45
46NSString *OOShipLibraryCategorySingular(NSString *category);
47NSString *OOShipLibraryCategoryPlural(NSString *category);
48
49NSString *OOShipLibrarySpeed (ShipEntity *demo_ship);
50NSString *OOShipLibraryTurnRate (ShipEntity *demo_ship);
51NSString *OOShipLibraryCargo (ShipEntity *demo_ship);
52NSString *OOShipLibraryGenerator (ShipEntity *demo_ship);
53NSString *OOShipLibraryShields (ShipEntity *demo_ship);
54NSString *OOShipLibraryWitchspace (ShipEntity *demo_ship);
55NSString *OOShipLibraryWeapons (ShipEntity *demo_ship);
56NSString *OOShipLibraryTurrets (ShipEntity *demo_ship);
57NSString *OOShipLibrarySize (ShipEntity *demo_ship);
NSString * OOShipLibraryCategorySingular(NSString *category)
NSString * OOShipLibraryWitchspace(ShipEntity *demo_ship)
NSString * OOShipLibraryTurrets(ShipEntity *demo_ship)
static NSString *const kOODemoShipTurnRate
NSString * OOShipLibraryShields(ShipEntity *demo_ship)
static NSString *const kOODemoShipWitchspace
static NSString *const kOODemoShipGenerator
static NSString *const kOODemoShipSpeed
static NSString *const kOODemoShipWeapons
static NSString *const kOODemoShipConditions
NSString * OOShipLibraryCargo(ShipEntity *demo_ship)
NSString * OOShipLibraryCategoryPlural(NSString *category)
static NSString *const kOODemoShipClass
static NSString *const kOODemoShipTurrets
NSString * OOShipLibraryGenerator(ShipEntity *demo_ship)
static NSString *const kOODemoShipShipData
NSString * OOShipLibrarySize(ShipEntity *demo_ship)
NSString * OOShipLibrarySpeed(ShipEntity *demo_ship)
static NSString *const kOODemoShipCargo
static NSString *const kOODemoShipShields
static NSString *const kOODemoShipDescription
static NSString *const kOODemoShipSize
static NSString *const kOODemoShipKey
NSString * OOShipLibraryWeapons(ShipEntity *demo_ship)
static NSString *const kOODemoShipName
static NSString *const kOODemoShipSummary
NSString * OOShipLibraryTurnRate(ShipEntity *demo_ship)