|
Arma Reforger Script API
|
Public Member Functions | |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override void | AnimExpand () |
| override void | AnimCollapse () |
| override void | HandlerAttached (Widget w) |
| void | ShowHint (bool show) |
| void | SetServiceImage () |
| void | SetParent (SCR_CampaignMapUIBase parent) |
| void | SetService (EEditableEntityLabel type, SCR_ServicePointDelegateComponent service) |
| override void | SetImage (string image) |
Public Member Functions inherited from SCR_MapUIElement | |
| void | SetParent (SCR_MapUIElementContainer parent) |
| string | GetName () |
| bool | GetIconVisible () |
| void | ShowName (bool visible) |
| void | SetVisible (bool visible) |
| Widget | GetRoot () |
| void | SelectIcon (bool invoke=true) |
| void | Select (bool select=true) |
| vector | GetPos () |
| Color | GetColorForFaction (string factionKey) |
| RplId | GetSpawnPointId () |
| void | SetName (string name) |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_MapUIElement | |
| ref Color | m_UnknownFactionColor |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
Protected Member Functions inherited from SCR_MapUIElement | |
| void | PlayHoverSound (string sound) |
Static Protected Attributes inherited from SCR_MapUIElement | |
| static SCR_MapUIElement | s_SelectedElement |
| const float | ANIM_SPEED = 20 |
| override void SCR_CampaignMapUIService.AnimCollapse | ( | ) |
Implements SCR_MapUIElement.
| override void SCR_CampaignMapUIService.AnimExpand | ( | ) |
Implements SCR_MapUIElement.
| override void SCR_CampaignMapUIService.HandlerAttached | ( | Widget | w | ) |
Implements SCR_CampaignMapUIElement.
| override bool SCR_CampaignMapUIService.OnClick | ( | Widget | w, |
| int | x, | ||
| int | y, | ||
| int | button ) |
Implements SCR_MapUIElement.
| override bool SCR_CampaignMapUIService.OnMouseEnter | ( | Widget | w, |
| int | x, | ||
| int | y ) |
Implements SCR_CampaignMapUIElement.
| override bool SCR_CampaignMapUIService.OnMouseLeave | ( | Widget | w, |
| Widget | enterW, | ||
| int | x, | ||
| int | y ) |
| override void SCR_CampaignMapUIService.SetImage | ( | string | image | ) |
Implements SCR_CampaignMapUIElement.
| void SCR_CampaignMapUIService.SetParent | ( | SCR_CampaignMapUIBase | parent | ) |
| void SCR_CampaignMapUIService.SetService | ( | EEditableEntityLabel | type, |
| SCR_ServicePointDelegateComponent | service ) |
| void SCR_CampaignMapUIService.SetServiceImage | ( | ) |
| void SCR_CampaignMapUIService.ShowHint | ( | bool | show | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |