Definition at line 1 of file ActionManagerBase.c.
◆ IsSameAs()
Definition at line 3 of file ActionManagerBase.c.
4 {
5 if (this.
Count() != other.Count())
6 return false;
7
9 {
12
13 if (
ai1.param2 !=
ai2.param2)
14 return false;
15
16 if (
ai1.param3 !=
ai2.param3)
17 return false;
18 }
19
20 return true;
21 }
array< ref PlayerStatBase > Get()
References Count, and Get().
The documentation for this class was generated from the following file: