Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TextsTaskManagerComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_TextsTaskManagerComponentClass
 
class  SCR_TextsTaskManagerEntry
 

Functions

SCR_TextsTaskManagerComponentClass ScriptComponentClass GetInstance ()
 
int GetTexts (ETaskTextType type, out notnull array< ref SCR_UIDescription > outInfos)
 
SCR_UIDescription GetText (ETaskTextType type, int index)
 

Variables

protected ref array< ref SCR_TextsTaskManagerEntrym_aEntries
 
class SCR_TextsTaskManagerEntry NONE
 
class SCR_TextsTaskManagerEntry CUSTOM
 
class SCR_TextsTaskManagerEntry MOVE
 
class SCR_TextsTaskManagerEntry DEFEND
 

Function Documentation

◆ GetInstance()

SCR_TextsTaskManagerComponentClass ScriptComponentClass GetInstance ( )

Get instance of this class.

Returns
SCR_TextsTaskManagerComponent attached to SCR_BaseTaskManager

Definition at line 50 of file SCR_TextsTaskManagerComponent.c.

◆ GetText()

SCR_UIDescription GetText ( ETaskTextType  type,
int  index 
)
Parameters
[in]type
[in]index
Returns

Get specific text for given type.

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

Definition at line 31 of file SCR_TextsTaskManagerComponent.c.

◆ GetTexts()

int GetTexts ( ETaskTextType  type,
out notnull array< ref SCR_UIDescription outInfos 
)
Parameters
[in]type
[out]outInfos
Returns

Get all texts for given text type.

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

Definition at line 9 of file SCR_TextsTaskManagerComponent.c.

Variable Documentation

◆ CUSTOM

◆ DEFEND

◆ m_aEntries

protected ref array<ref SCR_TextsTaskManagerEntry> m_aEntries

Definition at line 3 of file SCR_TextsTaskManagerComponent.c.

◆ MOVE

◆ NONE