|
Arma Reforger Script API
|
Public Member Functions | |
| bool | IsClonedBy (SCR_TaskExecutor executor) |
| FactionKey | GetFactionKey () |
| int | GetGroupID () |
Static Public Member Functions | |
| static SCR_TaskExecutor | FromLocalPlayer () |
| static SCR_TaskExecutor | FromPlayerID (int playerID) |
| static SCR_TaskExecutor | FromEntity (IEntity ent) |
| static SCR_TaskExecutor | FromGroup (int groupID) |
| static SCR_TaskExecutor | FindMatchingTaskExecutor (notnull array< ref SCR_TaskExecutor > container, out notnull SCR_TaskExecutor template, bool recursive=false) |
|
static |
|
static |
|
static |
|
static |
|
static |
| FactionKey SCR_TaskExecutor.GetFactionKey | ( | ) |
Implemented in SCR_TaskExecutorEntity, SCR_TaskExecutorGroup, and SCR_TaskExecutorPlayer.
| int SCR_TaskExecutor.GetGroupID | ( | ) |
Implemented in SCR_TaskExecutorEntity, SCR_TaskExecutorGroup, and SCR_TaskExecutorPlayer.
| bool SCR_TaskExecutor.IsClonedBy | ( | SCR_TaskExecutor | executor | ) |
Implemented in SCR_TaskExecutorEntity, SCR_TaskExecutorGroup, and SCR_TaskExecutorPlayer.