|
Arma Reforger Script API
|
Public Member Functions | |
| override vector | GetPos () |
| void | SetPos (vector v) |
Public Member Functions inherited from SCR_MapUIElement | |
| override void | HandlerAttached (Widget w) |
| void | SetParent (SCR_MapUIElementContainer parent) |
| string | GetName () |
| bool | GetIconVisible () |
| void | ShowName (bool visible) |
| void | SetVisible (bool visible) |
| Widget | GetRoot () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| void | SelectIcon (bool invoke=true) |
| void | Select (bool select=true) |
| Color | GetColorForFaction (string factionKey) |
| RplId | GetSpawnPointId () |
| void | SetName (string name) |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Attributes | |
| vector | position |
Protected Attributes inherited from SCR_MapUIElement | |
| SCR_MapUIElementContainer | m_Parent |
| MapItem | m_MapItem |
| ImageWidget | m_wImage |
| ImageWidget | m_wGradient |
| ImageWidget | m_wSelectImg |
| ImageWidget | m_wHighlightImg |
| bool | m_bIsSelected |
| SCR_EIconType | m_eIconType |
| bool | m_bVisible = false |
| ResourceName | m_sImageSetARO |
| ResourceName | m_sImageSetSpecial |
| bool | m_bUseBackgroundGradient |
| string | m_sSoundBase |
| string | m_sSoundEnemyBase |
| string | m_sSoundRelay |
| string | m_sSoundTask |
| string | m_sSoundService |
| string | m_sSoundHover |
| string | m_sName |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
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 | AnimExpand () |
| void | AnimCollapse () |
| void | PlayHoverSound (string sound) |
| void | SetImage (string image) |
Static Protected Attributes inherited from SCR_MapUIElement | |
| static SCR_MapUIElement | s_SelectedElement |
| const float | ANIM_SPEED = 20 |
| override vector SCR_CampaignMapUIPlayerHighlight.GetPos | ( | ) |
Implements SCR_MapUIElement.
| void SCR_CampaignMapUIPlayerHighlight.SetPos | ( | vector | v | ) |
|
protected |