Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SourceTactics Class Reference
Inheritance diagram for SourceTactics:
SourceDataString< SourceTactics.Row >

Classes

class  Row
 

Public Member Functions

override Row CreateRow ()
 
override void SetRow (Row r)
 
- Public Member Functions inherited from SourceDataString< SourceTactics.Row >
override T GetRow (string id)
 

Detailed Description

Definition at line 3 of file SourceTactics.cs.

Member Function Documentation

◆ CreateRow()

override Row SourceTactics.CreateRow ( )
inline

Definition at line 55 of file SourceTactics.cs.

56 {
57 return new Row
58 {
59 id = SourceData.GetString(0),
60 name_JP = SourceData.GetString(1),
61 name = SourceData.GetString(2),
62 dist = SourceData.GetInt(4),
63 move = SourceData.GetInt(5),
64 movePC = SourceData.GetInt(6),
65 party = SourceData.GetInt(7),
66 taunt = SourceData.GetInt(8),
67 melee = SourceData.GetInt(9),
68 range = SourceData.GetInt(10),
69 spell = SourceData.GetInt(11),
70 heal = SourceData.GetInt(12),
71 summon = SourceData.GetInt(13),
72 buff = SourceData.GetInt(14),
73 debuff = SourceData.GetInt(15),
74 tag = SourceData.GetStringArray(16),
75 detail_JP = SourceData.GetString(17),
76 detail = SourceData.GetString(18)
77 };
78 }
static string[] GetStringArray(int id)
Definition: SourceData.cs:741
static string GetString(int id)
Definition: SourceData.cs:746
static int GetInt(int id)
Definition: SourceData.cs:711

References SourceData< T, T2 >.GetInt(), SourceData< T, T2 >.GetString(), and SourceData< T, T2 >.GetStringArray().

◆ SetRow()

override void SourceTactics.SetRow ( Row  r)
inline

Definition at line 80 of file SourceTactics.cs.

81 {
82 map[r.id] = r;
83 }

References SourceTactics.Row.id.


The documentation for this class was generated from the following file: