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
//------------------------------------------------------------------------------------------------
3
class
SCR_TaskAssignmentData
4
{
5
int
m_iTaskID;
6
ref array<int> m_aAssignees =
new
array<int>();
7
float
m_fLastAssigneeAddedTimestamp;
8
9
void
~
SCR_TaskAssignmentData
()
10
{
11
m_aAssignees =
null
;
12
}
13
};
SCR_TaskAssignmentData
Used for caching task assignments.
Definition:
SCR_TaskAssignmentData.c:3
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Campaign
SCR_TaskAssignmentData.c
Generated by
1.8.17