|
Arma Reforger Script API
|
Public Member Functions | |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| ScriptInvokerInt | GetOnTileFocus () |
| ScriptInvokerInt | GetOnTileFocusLost () |
| int | GetTilePlayerID () |
| void | SetTilePlayerID (int playerID) |
| SCR_ChimeraCharacter | GetCharacter () |
| void | SetCharacter (SCR_ChimeraCharacter character) |
| SCR_ComboBoxComponent | GetOptionsComboComponent () |
| void | SetOptionsComboBoxComponent (SCR_ComboBoxComponent optionsCombo) |
| void | SetOpacity (float opacity) |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| override void | HandlerAttached (Widget w) |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Attributes | |
| SCR_ComboBoxComponent | m_OptionsCombo |
| int | m_iPlayerId |
| SCR_ChimeraCharacter | m_AICharacter |
| ref ScriptInvokerInt | m_OnTileFocus |
| ref ScriptInvokerInt | m_OnTileFocusLost |
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_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
| SCR_ChimeraCharacter SCR_PlayerTileButtonComponent.GetCharacter | ( | ) |
| ScriptInvokerInt SCR_PlayerTileButtonComponent.GetOnTileFocus | ( | ) |
| ScriptInvokerInt SCR_PlayerTileButtonComponent.GetOnTileFocusLost | ( | ) |
| SCR_ComboBoxComponent SCR_PlayerTileButtonComponent.GetOptionsComboComponent | ( | ) |
| int SCR_PlayerTileButtonComponent.GetTilePlayerID | ( | ) |
| override bool SCR_PlayerTileButtonComponent.OnClick | ( | Widget | w, |
| int | x, | ||
| int | y, | ||
| int | button ) |
Implements SCR_ScriptedWidgetComponent.
| override bool SCR_PlayerTileButtonComponent.OnFocus | ( | Widget | w, |
| int | x, | ||
| int | y ) |
| override bool SCR_PlayerTileButtonComponent.OnFocusLost | ( | Widget | w, |
| int | x, | ||
| int | y ) |
| void SCR_PlayerTileButtonComponent.SetCharacter | ( | SCR_ChimeraCharacter | character | ) |
| void SCR_PlayerTileButtonComponent.SetOpacity | ( | float | opacity | ) |
| void SCR_PlayerTileButtonComponent.SetOptionsComboBoxComponent | ( | SCR_ComboBoxComponent | optionsCombo | ) |
| void SCR_PlayerTileButtonComponent.SetTilePlayerID | ( | int | playerID | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |