Class XwaExeObjectEntry
Inheritance
XwaExeObjectEntry
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaExeObjectEntry
Constructors
|
Edit this page
View Source
XwaExeObjectEntry()
Declaration
public XwaExeObjectEntry()
|
Edit this page
View Source
XwaExeObjectEntry(byte[]?)
Declaration
public XwaExeObjectEntry(byte[]? bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Fields
|
Edit this page
View Source
EntryLength
Declaration
public const int EntryLength = 24
Field Value
Properties
|
Edit this page
View Source
CraftIndex
Declaration
public short CraftIndex { get; set; }
Property Value
|
Edit this page
View Source
DataIndex1
Declaration
public short DataIndex1 { get; set; }
Property Value
|
Edit this page
View Source
DataIndex2
Declaration
public short DataIndex2 { get; set; }
Property Value
|
Edit this page
View Source
EnableOptions
Declaration
public XwaExeObjectEnableOptions EnableOptions { get; set; }
Property Value
|
Edit this page
View Source
GameOptions
Declaration
public XwaExeObjectGameOptions GameOptions { get; set; }
Property Value
|
Edit this page
View Source
ObjectCategory
Declaration
public XwaObjectCategory ObjectCategory { get; set; }
Property Value
|
Edit this page
View Source
ObjectSize
Declaration
public uint ObjectSize { get; set; }
Property Value
|
Edit this page
View Source
RessourceOptions
Declaration
public XwaExeObjectRessourceOptions RessourceOptions { get; set; }
Property Value
|
Edit this page
View Source
ShipCategory
Declaration
public XwaShipCategory ShipCategory { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToByteArray()
Declaration
public byte[] ToByteArray()
Returns