Class XwaExeObjectTable
Inheritance
XwaExeObjectTable
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaExeObjectTable
Constructors
|
Edit this page
View Source
XwaExeObjectTable()
Declaration
public XwaExeObjectTable()
|
Edit this page
View Source
XwaExeObjectTable(string)
Declaration
public XwaExeObjectTable(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Fields
|
Edit this page
View Source
EntryCount
Declaration
public const int EntryCount = 557
Field Value
|
Edit this page
View Source
EntryOffset
Declaration
public const int EntryOffset = 2072128
Field Value
Properties
|
Edit this page
View Source
Entries
Declaration
public List<XwaExeObjectEntry> Entries { get; }
Property Value
Methods
|
Edit this page
View Source
Write(string)
Declaration
public void Write(string path)
Parameters
Type |
Name |
Description |
string |
path |
|