![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OnMapOpen (MapConfiguration config) |
| void | OnMapClose (MapConfiguration config) |
| override void | Init () |
| Register task list button to the tools menu. | |
| void | CreateTaskList (Widget parent=null) |
| override void | Update (float timeSlice) |
| void | UpdateTaskListHeight () |
| Update task list height to match tools menu height. | |
| void | ToggleTaskListListener () |
| Toggle task list visibility. | |
| void | SetMapContextAllowed (bool val) |
| void | ToggleTaskList (bool visibility) |
| void | OnMapTaskListClicked (notnull SCR_ButtonBaseComponent comp) |
| void | OnButtonTaskListHide () |
| void | OnInputDeviceIsGamepad (bool isGamepad) |
| override void | HandlerDeattached (Widget w) |
| bool | IsTaskListVisible () |
| void | DisableMapUIComponent () |
| bool | CanShowAssignGroupList () |
| return true if can show assign group list | |
Protected Attributes | |
| string | m_sTaskListToolMenuIconName |
| ResourceName | m_sTaskListLayout |
| string | m_sMapTaskListFrame |
| string | m_sTaskList |
| int | m_iOffset |
| bool | m_bShowAssignGroupList |
| bool | m_bShowAllTaskTypenames |
| ref array< string > | m_aAllowedTaskTypenames |
| const string | ICON_NAME = "faction" |
| const float | TASK_LIST_HUD_OFFSET = -0.25 |
| const string | CONTEXT_ASSIGN_GROUP_LIST = "TaskAssignGroupListContext" |
| Widget | m_wTaskList |
| Widget | m_wTaskListFrame |
| SCR_TaskManagerUIComponent | m_TaskUIManager |
| SCR_MapToolMenuUI | m_ToolMenu |
| SCR_MapToolEntry | m_ToolMenuEntry |
| SCR_TaskListUIComponent | m_TaskComponent |
| bool | m_bOpened |
| bool | m_bMapContextAllowed |
| const string | ACTION_OPEN_TASK_LIST = "TasksOpen" |
Definition at line 1 of file SCR_MapTaskListUI.c.
|
inlineprotected |
return true if can show assign group list
Definition at line 283 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Create task list
| [in] | parent | of the task list. |
Definition at line 112 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Definition at line 276 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Definition at line 255 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Register task list button to the tools menu.
Definition at line 85 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Definition at line 267 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Definition at line 237 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Definition at line 243 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Destroy task list on map close.
| [in] | config | of the map. |
Definition at line 62 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Recreate task list on map open.
| [in] | config | of the map. |
Definition at line 46 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Triggered on task list button clicked on tools menu. Toggles off visuals of other buttons.
| [in] | comp | button component |
Definition at line 212 of file SCR_MapTaskListUI.c.
|
inlineprotected |
| [in] | val |
Definition at line 186 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Toggle task list visibility.
| [in] | visibility | new visibility of task list |
Definition at line 194 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Toggle task list visibility.
Definition at line 179 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Definition at line 150 of file SCR_MapTaskListUI.c.
|
inlineprotected |
Update task list height to match tools menu height.
Definition at line 161 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 41 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 29 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 27 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 25 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 39 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 38 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 22 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 19 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 16 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 10 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 13 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 7 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 4 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 36 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 32 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 33 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 34 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 30 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 31 of file SCR_MapTaskListUI.c.
|
protected |
Definition at line 28 of file SCR_MapTaskListUI.c.