![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| int | GetId () |
| void | SetId (int id) |
| void | SetAiGroup (SCR_AIGroup aiGroup) |
| OnTaskSolverStateChangedInvoker | GetOnStateChanged () |
| SCR_Task | GetTask () |
| SCR_ETaskSolverState | GetState () |
| void | StartTaskSolving () |
| Marks the task solver as in progress. | |
| void | FailTaskSolving () |
| Marks the task solver as failed. | |
| void | Update (float timeSlice) |
| void | SetState (SCR_ETaskSolverState state) |
| void | CompleteTaskSolving () |
| Marks the task solver as completed. | |
| void | OnTaskStateChanged (SCR_Task task, SCR_ETaskState newState) |
| void | Init (SCR_Task task, SCR_TaskSolverContext context) |
| void | Deinit () |
Protected Attributes | |
| SCR_Task | m_Task |
| SCR_AIGroup | m_AiGroup |
| SCR_ETaskSolverState | m_eState |
| int | m_iId = -1 |
| ref OnTaskSolverStateChangedInvoker | m_OnStateChanged |
Definition at line 5 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Marks the task solver as completed.
Definition at line 94 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 122 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Marks the task solver as failed.
Definition at line 68 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 15 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 39 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 54 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 48 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 112 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 100 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 30 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 21 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Definition at line 77 of file SCR_TaskSolverBase.c.
|
inlineprotected |
Marks the task solver as in progress.
Definition at line 61 of file SCR_TaskSolverBase.c.
|
protected |
|
protected |
Definition at line 8 of file SCR_TaskSolverBase.c.
|
protected |
Definition at line 9 of file SCR_TaskSolverBase.c.
|
protected |
Definition at line 10 of file SCR_TaskSolverBase.c.
|
protected |
Definition at line 12 of file SCR_TaskSolverBase.c.
|
protected |
Definition at line 7 of file SCR_TaskSolverBase.c.