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