Elin Modding Docs Doc
|
Classes | |
class | Row |
Public Member Functions | |
override SourceStat.Row | CreateRow () |
override void | SetRow (SourceStat.Row r) |
override void | OnInit () |
Public Attributes | |
Dictionary< string, List< SourceStat.Row > > | groups = new Dictionary<string, List<SourceStat.Row>>() |
Properties | |
override string[] | ImportFields [get] |
Definition at line 5 of file SourceStat.cs.
override SourceStat.Row SourceStat.CreateRow | ( | ) |
Definition at line 8 of file SourceStat.cs.
override void SourceStat.OnInit | ( | ) |
Definition at line 54 of file SourceStat.cs.
override void SourceStat.SetRow | ( | SourceStat.Row | r | ) |
Definition at line 48 of file SourceStat.cs.
Dictionary<string, List<SourceStat.Row> > SourceStat.groups = new Dictionary<string, List<SourceStat.Row>>() |
Definition at line 83 of file SourceStat.cs.
|
get |
Definition at line 67 of file SourceStat.cs.