Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
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//};