![]() |
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_TaskFinishHistoryManagerComponentClass |
Functions | |
| array< ref SCR_TaskFinishEntry > | GetAll () |
| array< ref SCR_TaskFinishEntry > | GetByTaskID (string taskID) |
| array< ref SCR_TaskFinishEntry > | GetByPlayerID (int playerID) |
| array< ref SCR_TaskFinishEntry > | GetByFinalState (SCR_ETaskState state) |
| map< string, int > | GetAggregatedByPlayerID (int playerID) |
| map< int, ref map< string, int > > | GetAggregatedByTypeAndPlayer () |
| void | OnTaskStateChanged (SCR_Task task, SCR_ETaskState newState) |
| bool | IsFinishedState (SCR_ETaskState state) |
| void | RecordIfFinished (SCR_Task task, SCR_ETaskState newState) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | OnDelete (IEntity owner) |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
| void | SCR_TaskFinishHistoryManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
| void | ~SCR_TaskFinishHistoryManagerComponent () |
Variables | |
| SCR_TaskFinishHistoryManagerComponentClass | m_aFinished = {} |
| [in] | playerID |
Definition at line 86 of file SCR_TaskFinishHistoryManagerComponent.c.
Definition at line 107 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 19 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
| [in] | final | state |
Definition at line 71 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
| [in] | playerID |
Definition at line 48 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
| [in] | taskID |
Definition at line 33 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 151 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 179 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 137 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 157 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 201 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 187 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 220 of file SCR_TaskFinishHistoryManagerComponent.c.
|
protected |
Definition at line 228 of file SCR_TaskFinishHistoryManagerComponent.c.
| SCR_TaskFinishHistoryManagerComponentClass m_aFinished = {} |