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