Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_TextsTaskManagerComponent Interface Reference
Inheritance diagram for SCR_TextsTaskManagerComponent:

Public Member Functions

int GetTexts (ETaskTextType type, out notnull array< ref SCR_UIDescription > outInfos)
 Get all texts for given text type.
 
SCR_UIDescription GetText (ETaskTextType type, int index)
 Get specific text for given type.
 
void SCR_TextsTaskManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 
void ~SCR_TextsTaskManagerComponent ()
 

Static Public Member Functions

static SCR_TextsTaskManagerComponent GetInstance ()
 Get instance of this class.
 

Static Public Attributes

static const string TASK_AMOUNT_COMPLETED_TEXT = "#AR-Tasks_AmountCompleted"
 
static const string TASK_PROGRESS_TEXT = "#AR-Tasks_StatusProgress-UC"
 
static const string TASK_FINISHED_TEXT = "#AR-Tasks_StatusFinished-UC"
 
static const string TASK_AVAILABLE_TEXT = "#AR-Tasks_StatusNew-UC"
 
static const string TASK_HINT_TEXT = "#AR-Tasks_Hint"
 
static const string TASK_CANCELLED_TEXT = "#AR-Tasks_StatusCancelled-UC"
 
static const string TASK_COMPLETED_TEXT = "#AR-Tasks_StatusCompleted-UC"
 
static const string TASK_FAILED_TEXT = "#AR-Tasks_StatusFailed-UC"
 

Static Protected Attributes

static SCR_TextsTaskManagerComponent s_Instance
 

Constructor & Destructor Documentation

◆ SCR_TextsTaskManagerComponent()

void SCR_TextsTaskManagerComponent.SCR_TextsTaskManagerComponent ( IEntityComponentSource src,
IEntity ent,
IEntity parent )

◆ ~SCR_TextsTaskManagerComponent()

void SCR_TextsTaskManagerComponent.~SCR_TextsTaskManagerComponent ( )

Member Function Documentation

◆ GetInstance()

static SCR_TextsTaskManagerComponent SCR_TextsTaskManagerComponent.GetInstance ( )
static

Get instance of this class.

Returns
SCR_TextsTaskManagerComponent attached to SCR_BaseTaskManager

◆ GetText()

SCR_UIDescription SCR_TextsTaskManagerComponent.GetText ( ETaskTextType type,
int index )

Get specific text for given type.

Parameters
[in]typeText type
[in]indexIndex of text entry
Returns
UI info

◆ GetTexts()

int SCR_TextsTaskManagerComponent.GetTexts ( ETaskTextType type,
out notnull array< ref SCR_UIDescription > outInfos )

Get all texts for given text type.

Parameters
[in]typeText type
[out]outInfosArray to be filled with UI infos
Returns

Member Data Documentation

◆ s_Instance

SCR_TextsTaskManagerComponent SCR_TextsTaskManagerComponent.s_Instance
staticprotected

◆ TASK_AMOUNT_COMPLETED_TEXT

const string SCR_TextsTaskManagerComponent.TASK_AMOUNT_COMPLETED_TEXT = "#AR-Tasks_AmountCompleted"
static

◆ TASK_AVAILABLE_TEXT

const string SCR_TextsTaskManagerComponent.TASK_AVAILABLE_TEXT = "#AR-Tasks_StatusNew-UC"
static

◆ TASK_CANCELLED_TEXT

const string SCR_TextsTaskManagerComponent.TASK_CANCELLED_TEXT = "#AR-Tasks_StatusCancelled-UC"
static

◆ TASK_COMPLETED_TEXT

const string SCR_TextsTaskManagerComponent.TASK_COMPLETED_TEXT = "#AR-Tasks_StatusCompleted-UC"
static

◆ TASK_FAILED_TEXT

const string SCR_TextsTaskManagerComponent.TASK_FAILED_TEXT = "#AR-Tasks_StatusFailed-UC"
static

◆ TASK_FINISHED_TEXT

const string SCR_TextsTaskManagerComponent.TASK_FINISHED_TEXT = "#AR-Tasks_StatusFinished-UC"
static

◆ TASK_HINT_TEXT

const string SCR_TextsTaskManagerComponent.TASK_HINT_TEXT = "#AR-Tasks_Hint"
static

◆ TASK_PROGRESS_TEXT

const string SCR_TextsTaskManagerComponent.TASK_PROGRESS_TEXT = "#AR-Tasks_StatusProgress-UC"
static

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