![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| SCR_UIDescription GetText | ( | ETaskTextType | type, |
| int | index ) |
Get specific text for given type.
| [in] | type | Text type |
| [in] | index | Index of text entry |
Definition at line 85 of file SCR_TextsTaskManagerComponent.c.
| int GetTexts | ( | ETaskTextType | type, |
| out notnull array< ref SCR_UIDescription > | outInfos ) |
Get all texts for given text type.
| [in] | type | Text type |
| [out] | outInfos | Array to be filled with UI infos |
Definition at line 71 of file SCR_TextsTaskManagerComponent.c.
| void SCR_TextsTaskManagerComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent ) |
Definition at line 95 of file SCR_TextsTaskManagerComponent.c.
| void ~SCR_TextsTaskManagerComponent | ( | ) |
Definition at line 102 of file SCR_TextsTaskManagerComponent.c.
| class SCR_TextsTaskManagerEntry CUSTOM |
| class SCR_TextsTaskManagerEntry DEFEND |
| class SCR_TextsTaskManagerEntry MOVE |
| class SCR_TextsTaskManagerEntry NONE |
| SCR_TextsTaskManagerComponentClass s_Instance |