Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TextsTaskManagerComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_TextsTaskManagerComponentClass
class  SCR_TextsTaskManagerEntry

Functions

int GetTexts (ETaskTextType type, out notnull array< ref SCR_UIDescription > outInfos)
SCR_UIDescription GetText (ETaskTextType type, int index)
void SCR_TextsTaskManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
void ~SCR_TextsTaskManagerComponent ()

Variables

SCR_TextsTaskManagerComponentClass s_Instance
class SCR_TextsTaskManagerEntry NONE
class SCR_TextsTaskManagerEntry CUSTOM
class SCR_TextsTaskManagerEntry MOVE
class SCR_TextsTaskManagerEntry DEFEND

Function Documentation

◆ GetText()

SCR_UIDescription GetText ( ETaskTextType type,
int index )

Get specific text for given type.

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

Definition at line 85 of file SCR_TextsTaskManagerComponent.c.

◆ GetTexts()

int 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

Definition at line 71 of file SCR_TextsTaskManagerComponent.c.

◆ SCR_TextsTaskManagerComponent()

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

Definition at line 95 of file SCR_TextsTaskManagerComponent.c.

◆ ~SCR_TextsTaskManagerComponent()

Definition at line 102 of file SCR_TextsTaskManagerComponent.c.

Variable Documentation

◆ CUSTOM

◆ DEFEND

◆ MOVE

◆ NONE

◆ s_Instance