![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
| void | InitAssignGroupList (Widget w) |
| void | DeinitAssignGroupList (Widget w) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | OnButtonAssign () |
| void | OnButtonShowOnMap () |
| void | UpdateAssignees (notnull SCR_Task task, SCR_TaskExecutor newAssignee=null, int requesterID=0) |
| void | AddPlayerAssignee (notnull SCR_TaskExecutorPlayer assignedPlayer, notnull SCR_TaskExecutor player) |
| void | AddGroupAssignee (notnull SCR_TaskExecutorGroup assignedGroup, notnull SCR_TaskExecutor group, notnull SCR_AIGroup aiGroup) |
| void | CreateAssignedPlayerEntry (string playerName, int playerID) |
| void | CreateAssignedGroupEntry (int groupID, Faction groupFaction, SCR_AIGroup aiGroup) |
| void | CheckOverflow (Widget w) |
| void | InitDescription (notnull SCR_Task task) |
| void | CreateTaskEntry (SCR_Task task, Widget parent=null, bool isChild=false) |
| void | OnTaskEntrySelected (SCR_Task task) |
| void | OnTaskVisualChanged (SCR_Task task) |
| void | OnTaskUIVisibilityChanged (SCR_Task task, SCR_ETaskUIVisibility visible) |
| Invoked when task visual data is changed. | |
| void | OnTaskVisibilityChanged (SCR_Task task, SCR_ETaskVisibility visible) |
| Invoked when task visibility is changed. | |
| void | OnTaskOwnershipChanged (SCR_Task task, SCR_ETaskOwnership ownership) |
| Invoked when task ownership is changed. | |
| void | OnButtonOpenAssignGroupListActivated (SCR_InputButtonComponent button, string action) |
| Invoked when open assign group list button is activated by action. | |
| void | OnAssignGroupListOpened () |
| Invoked when assign group list is opened. | |
| void | OnAssignGroupListClosed () |
| Invoked when assign group list is closed. | |
| void | OnTaskHUDVisible (bool visible) |
| bool | IsAssignGroupListOpened () |
| void | UpdateTask () |
| Set task icon and title to the ones set in tasks' SCR_TaskUIInfo. | |
| void | SetFactionColors () |
| Updates task visuals to color of players faction. | |
| void | UpdateTaskIconColors (Color backgroundColor, Color iconColor, Color outlineColor) |
| void | SetTaskIconColors (Color backgroundColor=null, Color iconColor=null, Color outlineColor=null) |
| void | SetTaskBackground (ResourceName imageset, string name) |
| void | HandleTaskStateVisuals (SCR_ETaskState state) |
| void | SetChildTaskText (string text) |
| void | SetVisibility (bool show) |
| SCR_Task | GetCurrentTask () |
| ScriptInvokerVoid | GetOnButtonShowOnMap () |
Definition at line 1 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Adds a group type assignee to the task
| [in] | assignedGroup | to be added |
| [in] | group | |
| [in] | aiGroup |
Definition at line 294 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Adds a player type assignee to the task
| [in] | assignedPlayer | to be added |
| [in] | player |
Definition at line 263 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 365 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Creates group label for group assigned to task
| [in] | groupID | |
| [in] | groupFaction | |
| [in] | aiGroup |
Definition at line 345 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Creates label for player assigned to task
| [in] | playerName | |
| [in] | playerID |
Definition at line 314 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Creates new entry for task.
| [in] | task | Task which will be initialized. |
| [in] | parent | Widget, to which newly created entry will be parented. |
Definition at line 486 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 122 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 842 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 851 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 53 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 79 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Sets task visuals based on new state of task.
| [in] | state | New state of task. |
Definition at line 757 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 100 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Update buttons visibility based on task data. Set task visuals.
| [in] | task |
Definition at line 398 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 617 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked when assign group list is closed.
Definition at line 595 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked when assign group list is opened.
Definition at line 584 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 175 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked when open assign group list button is activated by action.
Definition at line 573 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 181 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 135 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 155 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked whenever task entry on list is selected. Triggers selection in manager.
| [in] | task | Selected task. |
Definition at line 526 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 605 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked when task ownership is changed.
Definition at line 563 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked when task visual data is changed.
Definition at line 541 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Invoked when task visibility is changed.
Definition at line 553 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Triggered task SCR_UIInfo is changed. Reinitializes task description with new data.
| [in] | task | Changed task. |
Definition at line 534 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Definition at line 825 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Updates task visuals to color of players faction.
Definition at line 684 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Sets new background of task.
| [in] | imageset | with the background. |
| [in] | name | in imageset. |
Definition at line 746 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Sets task icon colors
| [in] | Color | of background |
| [in] | Color | of icon |
| [in] | Color | of outline |
Definition at line 730 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Sets visibility of entry
| [in] | show | New visibility |
Definition at line 836 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Updates entities assigned to task. If player is assigned, changes task background color.
| [in] | task | |
| [in] | newAssignee | |
| [in] | requesterID |
Definition at line 192 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Set task icon and title to the ones set in tasks' SCR_TaskUIInfo.
Definition at line 624 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
inlineprotected |
Sets task icon colors
| [in] | Color | of background |
| [in] | Color | of icon |
| [in] | Color | of outline |
Definition at line 709 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 41 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 34 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 39 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 33 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 49 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 48 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 37 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 36 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 40 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 10 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 7 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 16 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 19 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 25 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 22 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 4 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 13 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 46 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 43 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 44 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 28 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 31 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 45 of file SCR_TaskListEntryDescriptionUIComponent.c.
|
protected |
Definition at line 50 of file SCR_TaskListEntryDescriptionUIComponent.c.