Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime

Editor GUI. More...

Modules

 UI Components
 Editor UI components.
 
 Menus
 Editor menus.
 

Data Structures

class  SCR_BaseDuplicatableEditorAttribute
 
class  SCR_AttributeDescriptionUIComponent
 
class  SCR_AttributeTickboxUIComponent
 Using a controller will show/hide the Select button hint if the attribute with this script is focused on. More...
 
class  SCR_BaseEditorAttributeUIComponent
 
class  SCR_ButtonBoxAttributeUIComponent
 
class  SCR_ButtonBoxMultiSelectAttributeUIComponent
 
class  SCR_CheckboxEditorAttributeUIComponent
 
class  SCR_DateAttributeUIComponent
 
class  SCR_DropdownEditorAttributeUIComponent
 
class  SCR_OverrideModesEditorAttributeUIComponent
 
class  SCR_SliderEditorAttributeUIComponent
 
class  SCR_SpinboxEditorAttributeUIComponent
 
class  SCR_VectorSliderEditorAttributeUIComponent
 
class  SCR_AssetBrowserAccessEditorUIComponent
 
class  SCR_AttributesEditorUIComponent
 
class  SCR_BaseEditorUIComponent
 
class  SCR_ContentBrowserEditorUIComponent
 
class  SCR_ContentBrowserFiltersEditorUIComponent
 The Filter window of the Content Browser. More...
 
class  SCR_CursorEditorUIComponent
 
class  SCR_DialogEditorUIComponent
 
class  SCR_EditAttributesEditorUIComponent
 
class  SCR_EditorToggleUIComponent
 
class  SCR_HideEditorUIComponent
 
class  SCR_ModesEditorUIComponent
 
class  SCR_MouseAreaEditorUIComponent
 
class  SCR_PingEditorUIComponent
 
class  SCR_PlacingEditorUIComponent
 
class  SCR_PlayersListEditorUIComponent
 
class  SCR_QuickPlacingEditorUIComponent
 
class  SCR_SelectionEditorUIComponent
 
class  SCR_TransformingEditorUIComponent
 
class  SCR_BaseEditableEntityUIComponent
 
class  SCR_EditableEntityLinkUIComponent
 
class  SCR_BaseToolbarEditorUIComponent
 
class  SCR_CommandToolbarEditorUIComponent
 
class  SCR_EntitiesToolbarEditorUIComponent
 
class  SCR_FactionsToolbarEditorUIComponent
 
class  SCR_PlacingToolbarEditorUIComponent
 
class  SCR_TaskToolbarEditorUIComponent
 
class  SCR_TooltipAreaEditorUIComponent
 
class  SCR_TooltipManagerEditorUIComponent
 
class  SCR_BaseTooltipTargetEditorUIComponent
 
class  SCR_CustomTooltipTargetEditorUIComponent
 
class  SCR_LinkTooltipTargetEditorUIComponent
 
class  SCR_ActionTooltipEditorUIComponent
 
class  SCR_BaseTooltipEditorUIComponent
 
class  SCR_EntityTooltipEditorUIComponent
 
class  SCR_EditorPingInfoDisplay
 
class  EditorAttributesDialogUI
 
class  EditorBrowserDialogUI
 
class  EditorMenuBase
 
class  EditorMenuUI
 
class  SCR_AssetCardFrontUIComponent
 Content Browser Card. More...
 
class  SCR_NotificationsLogComponent
 

Enumerations

enum  EEditorCursor {
  DEFAULT = 0, FOCUS = 1, PLACE = 2, TRANSFORM = 3,
  TRANSFORM_DISABLED = 4, WAITING = 5, MOVE_CAMERA = 6, TRANSFORM_SNAP = 7,
  TRANSFORM_SNAP_DISABLED = 8, ROTATE = 9, WAYPOINT = 10, OBJECTIVE = 11,
  TRANSFORM_GEOMETRY = 13, PLACE_GEOMETRY = 14
}
 Editor cursor type. Values must match cursor IDs in gproj! More...
 

Variables

SCR_EditorPingInfoDisplay BaseContainerProps ()
 Class that saves the color data for specific ENotificationColor enums for the notification system. More...
 

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.

Definition at line 5 of file EEditorCursor.c.

Variable Documentation

◆ BaseContainerProps

SCR_EditorPingInfoDisplay BaseContainerProps

Class that saves the color data for specific ENotificationColor enums for the notification system.