DayZ 1.24
Loading...
Searching...
No Matches
array< ref TSelectableActionInfo > Class Reference

Private Member Functions

bool IsSameAs (TSelectableActionInfoArray other)
 

Detailed Description

Definition at line 1 of file ActionManagerBase.c.

Member Function Documentation

◆ IsSameAs()

bool array< ref TSelectableActionInfo >::IsSameAs ( TSelectableActionInfoArray other)
inlineprivate

Definition at line 3 of file ActionManagerBase.c.

4 {
5 if (this.Count() != other.Count())
6 return false;
7
8 for (int i = 0; i < Count(); ++i)
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: