Dayz Explorer 1.28.160049
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}