Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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_TextsTaskManagerEntry > | m_aEntries |
class SCR_TextsTaskManagerEntry | NONE |
class SCR_TextsTaskManagerEntry | CUSTOM |
class SCR_TextsTaskManagerEntry | MOVE |
class SCR_TextsTaskManagerEntry | DEFEND |
SCR_TextsTaskManagerComponentClass ScriptComponentClass GetInstance | ( | ) |
Get instance of this class.
Definition at line 50 of file SCR_TextsTaskManagerComponent.c.
SCR_UIDescription GetText | ( | ETaskTextType | type, |
int | index | ||
) |
[in] | type | |
[in] | index |
Get specific text for given type.
[in] | type | Text type |
[in] | index | Index of text entry |
Definition at line 31 of file SCR_TextsTaskManagerComponent.c.
int GetTexts | ( | ETaskTextType | type, |
out notnull array< ref SCR_UIDescription > | outInfos | ||
) |
[in] | type | |
[out] | outInfos |
Get all texts for given text type.
[in] | type | Text type |
[out] | outInfos | Array to be filled with UI infos |
Definition at line 9 of file SCR_TextsTaskManagerComponent.c.
class SCR_TextsTaskManagerEntry CUSTOM |
class SCR_TextsTaskManagerEntry DEFEND |
protected ref array<ref SCR_TextsTaskManagerEntry> m_aEntries |
Definition at line 3 of file SCR_TextsTaskManagerComponent.c.
class SCR_TextsTaskManagerEntry MOVE |
class SCR_TextsTaskManagerEntry NONE |