DayZ 1.24
Loading...
Searching...
No Matches
TriggerCarrierBase.c
Go to the documentation of this file.
2{
3 int m_TriggerIndex = -1;
4
5 void SetIndex(int index)
6 {
7 m_TriggerIndex = index;
8 SetSynchDirty();
9 }
10}
void SetIndex(int index)