Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TaskAssignmentData.c
Go to the documentation of this file.
1 //------------------------------------------------------------------------------------------------
4 {
5  int m_iTaskID;
6  ref array<int> m_aAssignees = new array<int>();
7  float m_fLastAssigneeAddedTimestamp;
8 
10  {
11  m_aAssignees = null;
12  }
13 };
SCR_TaskAssignmentData
Used for caching task assignments.
Definition: SCR_TaskAssignmentData.c:3