![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_ClearTaskEntityClass |
Functions | |
| void | PeriodicalCheck () |
| bool | QueryCallback (IEntity e) |
| Inserts compositions and active mines to list of obstacles. | |
| void | OnCompositionUnregistered (SCR_CampaignBuildingCompositionComponent composition) |
| void | AddXPReward () |
| override void | SetTaskState (SCR_ETaskState state) |
| override void | EOnInit (IEntity owner) |
| void | ~SCR_ClearTaskEntity () |
Variables | |
| SCR_ClearTaskEntityClass | PERIODICAL_CHECK_INTERVAL = 5000 |
| float | m_fAreaRadius |
| ref array< IEntity > | m_aObstacleEntities = {} |
| ref array< int > | m_aAssigneesInArea = {} |
| RplComponent | m_RplComponent |
| array of playerIDs | |
| bool | m_bWasActivated |
|
protected |
Definition at line 111 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 96 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 19 of file SCR_ClearTaskEntity.c.
Inserts compositions and active mines to list of obstacles.
Definition at line 82 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 127 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 158 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 13 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 12 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 16 of file SCR_ClearTaskEntity.c.
|
protected |
Definition at line 10 of file SCR_ClearTaskEntity.c.
|
protected |
array of playerIDs
Definition at line 15 of file SCR_ClearTaskEntity.c.
| SCR_ClearTaskEntityClass PERIODICAL_CHECK_INTERVAL = 5000 |