|
Arma Reforger Script API
|
Public Member Functions | |
| override IEntity | FindRelatedGadget () |
| Find related gadget in inventory. | |
Public Member Functions inherited from SCR_MapWatchUI | |
| override void | SetWidgetNames () |
| Set widget names. | |
| override void | InitPositionVectors () |
| Initialise RT camera and prefab positon. | |
| override void | SetVisible (bool visible) |
| Set wristwatch visibility. | |
| override void | Init () |
| Init method for cases where all modules and components should be loaded already so constructor cannot be used, called once after creation. | |
| override void | Update (float timeSlice) |
| Update method for frame operations. | |
| void | SCR_MapWatchUI () |
Public Member Functions inherited from SCR_MapRTWBaseUI | |
| void | SetFrameVisible () |
| TODO Frame is now set through script here instead of directly in callqueue to avoid leak. | |
| override void | OnMapOpen (MapConfiguration config) |
| SCR_MapEntity event. | |
| override void | OnMapClose (MapConfiguration config) |
| SCR_MapEntity event. | |
| void | SCR_MapRTWBaseUI () |
Public Member Functions inherited from SCR_MapUIBaseComponent | |
| bool | IsConfigDisabled () |
| bool | IsExclusive () |
| void | SetActive (bool active, bool isCleanup=false) |
| Enable open/close events, called every time component is activated, usually on map open. | |
| bool | IsToolMenuFocused () |
| void | SCR_MapUIBaseComponent () |
Protected Member Functions | |
| ResourceName | GetGadgetForFaction () |
| override string | GetPrefabResource () |
| Get prefab resource for display. | |
Protected Member Functions inherited from SCR_MapWatchUI | |
| void | UpdatePreviewEntity () |
| Update for the wristwatch entity within preview world. | |
| void | OnInputQuickBind (float value, EActionTrigger reason) |
Protected Member Functions inherited from SCR_MapRTWBaseUI | |
| void | ToggleVisible () |
| Visibility toggle. | |
| bool | SetupRTWorld () |
| Setup preview world. | |
| bool | SpawnPrefab () |
| Spawn prefab in the preview world. | |
| void | SetSize (bool nextSize=false) |
| Set size of RTW widget, cyclying through an array of prepared sizes. | |
| void | OnDragWidget (Widget widget) |
| Drag event. | |
| void | OnActivateTool (Widget widget) |
| SCR_MapToolInteractionUI event. | |
Additional Inherited Members | |
Protected Attributes inherited from SCR_MapWatchUI | |
| SCR_WristwatchComponent | m_WristwatchComp |
| string | m_sPrefabResource |
Protected Attributes inherited from SCR_MapRTWBaseUI | |
| ref array< ref ToolSize > | m_aSizesArray |
| string | WIDGET_NAME |
| string | RT_WIDGET_NAME |
| string | WORLD_RESOURCE = "{88ABCDC0EEC969DF}Prefabs/World/PreviewWorld/MapCompassWorld.et" |
| string | WORLD_NAME |
| vector | m_vPrefabPos |
| vector | m_vCameraPos |
| vector | m_vCameraAngle |
| bool | m_bIsVisible |
| bool | m_bWantedVisible |
| bool | m_bIsDragged = false |
| int | m_iCurrentSizeIndex |
| int | m_iSizesCount |
| float | m_fPosX |
| float | m_fPosY |
| EGadgetType | m_eGadgetType |
| GenericEntity | m_RTEntity |
| ref SharedItemRef | m_RTWorld |
| SCR_MapToolEntry | m_ToolMenuEntry |
| Widget | m_wFrame |
| RenderTargetWidget | m_wRenderTarget |
Protected Attributes inherited from SCR_MapUIBaseComponent | |
| bool | m_bDisableComponent |
| bool | m_bIsExclusive |
| bool | m_bHookToRoot = false |
| Widget | m_RootWidget |
| SCR_MapEntity | m_MapEntity |
Static Protected Attributes inherited from SCR_MapWatchUI | |
| static const string | ICON_NAME = "watch" |
Static Protected Attributes inherited from SCR_MapRTWBaseUI | |
| static const string | BASE_WORLD_TYPE = "ChimeraWorld" |
| static const float | CAMERA_VERTICAL_FOV = 43 |
| override IEntity SCR_MapWatchUIDeploy.FindRelatedGadget | ( | ) |
Find related gadget in inventory.
Implements SCR_MapRTWBaseUI.
|
protected |
|
protected |