![]() |
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) |
| override vector | GetPos () |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| void | OnHoveredIconStart (SCR_ModularButtonComponent comp, bool mouseInput) |
| void | OnHoveredTitleStart (SCR_ModularButtonComponent comp, bool mouseInput) |
| void | OnHoveredTitleEnd (SCR_ModularButtonComponent comp, bool mouseInput) |
| void | OnHoveredEnd (SCR_ModularButtonComponent comp, bool mouseInput) |
| bool | CheckTitleOverflow () |
| void | OnTaskIconClicked () |
| void | OnTaskTitleClicked () |
| void | OnTaskSelected (SCR_Task task) |
| void | OnTaskAssigneeAdded (SCR_Task task, SCR_TaskExecutor assignee, int requesterID) |
| void | OnDisplayDataChanged () |
| Handles update of task visuals. | |
| void | InitTask (notnull SCR_Task task) |
| void | SetIconFactionColor () |
| Sets the icon color to the faction color if local player has the task assigned or local player is faction commander and task has any assignees. | |
| void | SetTask (notnull SCR_Task task) |
| void | UpdateTaskInformation () |
| Updates task title and icon to the one provided in task SCR_TaskUIInfo. | |
| void | OnPlayerNameCacheUpdate (bool success) |
| void | UpdatePlayerNameCache () |
| Requests update of player name cache if requested by m_bRequestPlayerNameCacheUpdate. | |
| void | UpdateTaskIconColors (Color backgroundColor=null, Color iconColor=null, Color outlineColor=null) |
| void | SetTaskBackground (ResourceName imageset, string name) |
| void | SetTaskIconColors (Color backgroundColor=null, Color iconColor=null, Color outlineColor=null) |
| void | UpdateTaskState (SCR_Task task, SCR_ETaskState state) |
| void | SetMapMarkerAssigneeCount () |
| 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 | OnTaskFactionChanged (SCR_Task task, FactionKey key) |
| Invoked when task faction is changed. | |
| void | OnTaskGroupChanged (SCR_Task task, int id) |
| Invoked when task group is changed. | |
| void | HandleTaskVisibilityChange (SCR_Task task) |
| Invoked when task visibility is changed. | |
| void | CheckTaskVisibility () |
| void | SetVisibility (bool show) |
| SCR_Task | GetTask () |
| ScriptInvokerVoid | GetOnTaskIconClick () |
Protected Attributes | |
| ref Color | m_IconColor |
| ref Color | m_OutlineColor |
| ref Color | m_BackgroundColor |
| ref Color | m_FactionColor |
| SCR_Task | m_Task |
| SCR_TaskSystem | m_TaskSystem |
| bool | m_bEnableContext |
| bool | m_bSelected |
| bool | m_bDisplayAssigned = 1 |
| bool | m_bShowAuthor |
| bool | m_bRequestPlayerNameCacheUpdate |
| ref array< string > | m_aPlayerIdentitiesToUpdate = {} |
| ref array< ref TextWidget > | m_aWidgetsToUpdate = {} |
| SCR_TaskManagerUIComponent | m_TaskManager |
| ref ScriptInvokerVoid | m_OnTaskIconClick |
| ref SCR_TaskMapWidgets | m_Widgets = new SCR_TaskMapWidgets() |
Definition at line 1 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 666 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 182 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 697 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Returns origin of task entity
Definition at line 103 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 691 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 25 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 60 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Invoked when task visibility is changed.
Definition at line 656 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Initializes task, sets its visuals
| [in] | task |
Definition at line 323 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Handles update of task visuals.
Definition at line 311 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 172 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 147 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 165 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 156 of file SCR_TaskMapUIComponent.c.
Definition at line 112 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 132 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 478 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Handles update of assigned entities. If player is assigned, changes color of map marker.
| [in] | task | |
| [in] | assignee | Assigned SCR_TaskExecutor |
| [in] | requesterID |
Definition at line 276 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Invoked when task faction is changed.
Definition at line 642 of file SCR_TaskMapUIComponent.c.
Invoked when task group is changed.
Definition at line 649 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 206 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Invoked when task ownership is changed.
Definition at line 635 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
| [in] | task | Selected task |
Definition at line 245 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 236 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Invoked when task visual data is changed.
Definition at line 615 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Invoked when task visibility is changed.
Definition at line 628 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Sets the icon color to the faction color if local player has the task assigned or local player is faction commander and task has any assignees.
Definition at line 349 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 608 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Definition at line 381 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Sets new background of task.
| [in] | imageset | with the background. |
| [in] | name | in imageset. |
Definition at line 534 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Sets task icon colors
| [in] | Color | of background |
| [in] | Color | of icon |
| [in] | Color | of outline |
Definition at line 547 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Sets visibility of entry
| [in] | show | New visibility |
Definition at line 685 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Requests update of player name cache if requested by m_bRequestPlayerNameCacheUpdate.
Definition at line 499 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Sets task icon colors
| [in] | Color | of background |
| [in] | Color | of icon |
| [in] | Color | of outline |
Definition at line 514 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Updates task title and icon to the one provided in task SCR_TaskUIInfo.
Definition at line 410 of file SCR_TaskMapUIComponent.c.
|
inlineprotected |
Handles task visuals based on new task state.
| [in] | state | New state of task |
Definition at line 562 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 17 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 18 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 5 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 13 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 11 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 16 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 12 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 14 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 6 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 3 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 21 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 4 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 8 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 20 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 9 of file SCR_TaskMapUIComponent.c.
|
protected |
Definition at line 22 of file SCR_TaskMapUIComponent.c.