|
Elin Modding Docs Doc
|
Classes | |
| class | Row |
Public Member Functions | |
| override SourceChara.Row | CreateRow () |
| override void | SetRow (SourceChara.Row r) |
| override void | BackupPref () |
| override void | RestorePref () |
| override void | ValidatePref () |
Public Attributes | |
| Dictionary< string, SourceChara.Row > | _rows = new Dictionary<string, SourceChara.Row>() |
Static Public Attributes | |
| static SourceChara.Row | rowDefaultPCC |
Properties | |
| override string[] | ImportFields [get] |
Definition at line 5 of file SourceChara.cs.
| override void SourceChara.BackupPref | ( | ) |
Definition at line 71 of file SourceChara.cs.
| override SourceChara.Row SourceChara.CreateRow | ( | ) |
Definition at line 8 of file SourceChara.cs.
| override void SourceChara.RestorePref | ( | ) |
Definition at line 81 of file SourceChara.cs.
| override void SourceChara.SetRow | ( | SourceChara.Row | r | ) |
Definition at line 65 of file SourceChara.cs.
| override void SourceChara.ValidatePref | ( | ) |
Definition at line 92 of file SourceChara.cs.
| Dictionary<string, SourceChara.Row> SourceChara._rows = new Dictionary<string, SourceChara.Row>() |
Definition at line 114 of file SourceChara.cs.
|
static |
Definition at line 117 of file SourceChara.cs.
|
get |
Definition at line 102 of file SourceChara.cs.