Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_TaskExecutor Interface Reference
Inheritance diagram for SCR_TaskExecutor:
SCR_TaskExecutorEntity SCR_TaskExecutorGroup SCR_TaskExecutorPlayer

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)
 

Member Function Documentation

◆ FindMatchingTaskExecutor()

static SCR_TaskExecutor SCR_TaskExecutor.FindMatchingTaskExecutor ( notnull array< ref SCR_TaskExecutor > container,
out notnull SCR_TaskExecutor template,
bool recursive = false )
static

◆ FromEntity()

static SCR_TaskExecutor SCR_TaskExecutor.FromEntity ( IEntity ent)
static

◆ FromGroup()

static SCR_TaskExecutor SCR_TaskExecutor.FromGroup ( int groupID)
static

◆ FromLocalPlayer()

static SCR_TaskExecutor SCR_TaskExecutor.FromLocalPlayer ( )
static

◆ FromPlayerID()

static SCR_TaskExecutor SCR_TaskExecutor.FromPlayerID ( int playerID)
static

◆ GetFactionKey()

FactionKey SCR_TaskExecutor.GetFactionKey ( )

◆ GetGroupID()

int SCR_TaskExecutor.GetGroupID ( )

◆ IsClonedBy()

bool SCR_TaskExecutor.IsClonedBy ( SCR_TaskExecutor executor)

The documentation for this interface was generated from the following file: