Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
SCR_TextsTaskManagerComponent Interface Reference
Inheritance diagram for SCR_TextsTaskManagerComponent:
[legend]

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.
 

Static Public Member Functions

static SCR_TextsTaskManagerComponent GetInstance ()
 Get instance of this class.
 

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

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