Class XwaShipListFile
Inheritance
XwaShipListFile
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaShipListFile
Constructors
|
Edit this page
View Source
XwaShipListFile()
Declaration
|
Edit this page
View Source
XwaShipListFile(string)
Declaration
public XwaShipListFile(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Fields
|
Edit this page
View Source
MaxEntryCount
Declaration
public const int MaxEntryCount = 254
Field Value
Properties
|
Edit this page
View Source
Entries
Declaration
public List<XwaShipListEntry> Entries { get; }
Property Value
Methods
|
Edit this page
View Source
CraftTypeToString(XwaShipListCraftType)
Declaration
public static string CraftTypeToString(XwaShipListCraftType craftType)
Parameters
Returns
|
Edit this page
View Source
FlyableToString(XwaShipListFlyableOption)
Declaration
public static string FlyableToString(XwaShipListFlyableOption flyable)
Parameters
Returns
|
Edit this page
View Source
GetCraftType(string)
Declaration
public static XwaShipListCraftType GetCraftType(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
|
Edit this page
View Source
GetFlyableOption(string)
Declaration
public static XwaShipListFlyableOption GetFlyableOption(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
|
Edit this page
View Source
GetKnownOption(string)
Declaration
public static XwaShipListKnownOption GetKnownOption(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
|
Edit this page
View Source
GetOrAddEntry(int)
Declaration
public XwaShipListEntry GetOrAddEntry(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
|
Edit this page
View Source
GetSkirmishOption(string)
Declaration
public static XwaShipListSkirmishOption GetSkirmishOption(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
|
Edit this page
View Source
KnownToString(XwaShipListKnownOption)
Declaration
public static string KnownToString(XwaShipListKnownOption known)
Parameters
Returns
|
Edit this page
View Source
SkirmishToString(XwaShipListSkirmishOption)
Declaration
public static string SkirmishToString(XwaShipListSkirmishOption skirmish)
Parameters
Returns
|
Edit this page
View Source
Write(string)
Declaration
public void Write(string path)
Parameters
Type |
Name |
Description |
string |
path |
|