Class XwaShpFile
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaShpFile
Constructors
|
Edit this page
View Source
XwaShpFile()
Declaration
|
Edit this page
View Source
XwaShpFile(Stream?)
Declaration
public XwaShpFile(Stream? stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
|
Edit this page
View Source
XwaShpFile(string?)
Declaration
public XwaShpFile(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|
Properties
|
Edit this page
View Source
Craft
Declaration
public XwaExeCraftEntry Craft { get; set; }
Property Value
|
Edit this page
View Source
CraftLongName
Declaration
public string CraftLongName { get; set; }
Property Value
|
Edit this page
View Source
CraftName
Declaration
public string CraftName { get; set; }
Property Value
|
Edit this page
View Source
CraftPluralName
Declaration
public string CraftPluralName { get; set; }
Property Value
|
Edit this page
View Source
CraftShortName
Declaration
public string CraftShortName { get; set; }
Property Value
|
Edit this page
View Source
CraftType
Declaration
public XwaShipListCraftType CraftType { get; }
Property Value
|
Edit this page
View Source
Crew
Declaration
public string Crew { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Flyable
Declaration
public XwaShipListFlyableOption Flyable { get; set; }
Property Value
|
Edit this page
View Source
Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
|
Edit this page
View Source
ObjectCategory
Declaration
public XwaObjectCategory ObjectCategory { get; }
Property Value
|
Edit this page
View Source
ObjectGameOptions
Declaration
public XwaExeObjectGameOptions ObjectGameOptions { get; set; }
Property Value
|
Edit this page
View Source
ObjectIndex
Declaration
public byte ObjectIndex { get; set; }
Property Value
|
Edit this page
View Source
OptFile
Declaration
public string OptFile { get; set; }
Property Value
|
Edit this page
View Source
ShipCategory
Declaration
public XwaShipCategory ShipCategory { get; set; }
Property Value
|
Edit this page
View Source
Side
Declaration
public string Side { get; set; }
Property Value
Methods
|
Edit this page
View Source
Write(Stream?)
Declaration
public void Write(Stream? stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
|
Edit this page
View Source
Write(string?)
Declaration
public void Write(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|