Arma Reforger Script API
Loading...
Searching...
No Matches
Modules | Classes | Enumerations

Editor GUI. More...

Modules

 UI Components
 Editor UI components.
 
 Menus
 Editor menus.
 

Classes

interface  SCR_BaseDuplicatableEditorAttribute
 Attributes that never communicate can inharent from SCR_BaseDuplicatableEditorAttribute else an error will be thrown. More...
 
interface  SCR_AttributeDescriptionUIComponent
 
interface  SCR_AttributeTickboxUIComponent
 
interface  SCR_BaseEditorAttributeUIComponent
 
interface  SCR_ButtonBoxAttributeUIComponent
 
interface  SCR_ButtonBoxMultiSelectAttributeUIComponent
 
interface  SCR_CheckboxEditorAttributeUIComponent
 
interface  SCR_DateAttributeUIComponent
 
interface  SCR_DropdownEditorAttributeUIComponent
 
interface  SCR_OverrideModesEditorAttributeUIComponent
 
interface  SCR_SliderEditorAttributeUIComponent
 
interface  SCR_SpinboxEditorAttributeUIComponent
 
interface  SCR_VectorSliderEditorAttributeUIComponent
 
interface  SCR_AssetBrowserAccessEditorUIComponent
 
interface  SCR_AttributesEditorUIComponent
 
interface  SCR_BaseEditorUIComponent
 
interface  SCR_ContentBrowserEditorUIComponent
 The Content Browser Window in the Content Browser Dialog. More...
 
interface  SCR_ContentBrowserFiltersEditorUIComponent
 
interface  SCR_CursorEditorUIComponent
 
interface  SCR_DialogEditorUIComponent
 
interface  SCR_EditAttributesEditorUIComponent
 
interface  SCR_EditorToggleUIComponent
 
interface  SCR_HideEditorUIComponent
 
interface  SCR_ModesEditorUIComponent
 
interface  SCR_MouseAreaEditorUIComponent
 
interface  SCR_PingEditorUIComponent
 
interface  SCR_PlacingEditorUIComponent
 
interface  SCR_PlayersListEditorUIComponent
 
interface  SCR_PreviewEntityEditorUIComponent
 
interface  SCR_QuickPlacingEditorUIComponent
 
interface  SCR_SelectionEditorUIComponent
 
interface  SCR_TransformingEditorUIComponent
 
interface  SCR_BaseEditableEntityUIComponent
 Component to manage visualisation of individual entity widget. More...
 
interface  SCR_EditableEntityLinkUIComponent
 
interface  SCR_ActionsToolbarEditorUIComponent
 
interface  SCR_BaseToolbarEditorUIComponent
 
interface  SCR_CommandToolbarEditorUIComponent
 
interface  SCR_EntitiesToolbarEditorUIComponent
 
interface  SCR_FactionsToolbarEditorUIComponent
 
interface  SCR_PlacingToolbarEditorUIComponent
 
interface  SCR_TaskToolbarEditorUIComponent
 
interface  SCR_TooltipAreaEditorUIComponent
 
interface  SCR_TooltipManagerEditorUIComponent
 
interface  SCR_BaseTooltipTargetEditorUIComponent
 
interface  SCR_CustomTooltipTargetEditorUIComponent
 
interface  SCR_LinkTooltipTargetEditorUIComponent
 
interface  SCR_ActionTooltipEditorUIComponent
 
interface  SCR_BaseTooltipEditorUIComponent
 
interface  SCR_EntityTooltipEditorUIComponent
 
interface  SCR_EditorPingInfoDisplay
 Communication with game master. More...
 
interface  EditorAttributesDialogUI
 
interface  EditorBrowserDialogUI
 
interface  EditorMenuBase
 Base class for editor menus and dialogs. More...
 
interface  EditorMenuUI
 
interface  SCR_AssetCardFrontUIComponent
 
interface  SCR_NotificationsLogComponent
 Notification UI that displays the Notification Entires Holds general functions such as scroll history and Init SCR_NotificationEntityUIComponent Holds general data such as Notification Color. More...
 

Enumerations

enum  EEditorCursor {
  EEditorCursor.DEFAULT = 0 , EEditorCursor.FOCUS = 1 , EEditorCursor.PLACE = 2 , EEditorCursor.TRANSFORM = 3 ,
  EEditorCursor.TRANSFORM_DISABLED = 4 , EEditorCursor.WAITING = 5 , EEditorCursor.MOVE_CAMERA = 6 , EEditorCursor.TRANSFORM_SNAP = 7 ,
  EEditorCursor.TRANSFORM_SNAP_DISABLED = 8 , EEditorCursor.ROTATE = 9 , EEditorCursor.WAYPOINT = 10 , EEditorCursor.OBJECTIVE = 11 ,
  EEditorCursor.TRANSFORM_GEOMETRY = 13 , EEditorCursor.PLACE_GEOMETRY = 14
}
 

Detailed Description

Editor GUI.

Enumeration Type Documentation

◆ EEditorCursor

Editor cursor type. Values must match cursor IDs in gproj!

Enumerator
DEFAULT 
FOCUS 

Hovering over editable entity.

PLACE 

Placing a new entity.

TRANSFORM 

Transforming an entity.

TRANSFORM_DISABLED 

Transforming, but confirming is not possible (e.g., cursor is on the sky)

WAITING 

Waiting for response from server (e.g., when placing was initiated)

MOVE_CAMERA 

Rotating camera.

TRANSFORM_SNAP 

Edited entity is over compatible entity.

TRANSFORM_SNAP_DISABLED 

Edited entity is over incompatible entity.

ROTATE 

Rotating an entity.

WAYPOINT 

Placing a waypoint.

OBJECTIVE 

Placing an objective.

TRANSFORM_GEOMETRY 

Transform over geometry.

PLACE_GEOMETRY 

Transform over geometry.