![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Topics | |
| Attributes | |
Enumerations | |
| enum | EEditorMenuOverlayLayer { FRAME = 1 , LOGO_FRAME , LOGO , HELPER , PLAYER , VIGNETTE } |
| Overlay layer. More... | |
| enum | EEditorMenuOverlayRoot { ROOT , HIDE , CUSTOM } |
| Overlay root. More... | |
Functions | |
| SCR_AccessKeysEditorComponentClass SCR_BaseEditorComponentClass | Attribute ("1", UIWidgets.Flags, "", enums:ParamEnumArray.FromEnum(EEditableEntityAccessKey))] private EEditableEntityAccessKey m_AccessKey |
| SCR_CameraLimitedEditorComponentClass SCR_CameraEditorComponentClass | Attribute ("", UIWidgets.ResourceNamePicker, "Prefab of class SCR_ManualCamera", "et", category:"Camera")] private ResourceName m_LimitedCameraPrefab |
| SCR_CampaignBuildingPlacingObstructionEditorComponentClass SCR_BaseEditorComponentClass | Attribute (defvalue:"20", desc:"Entity tilt greater then this value in angles will trigger a warning.") |
| SCR_PauseGameTimeEditorComponentClass SCR_BaseEditorComponentClass | Attribute ("0", desc:"When enabled, the editor will be paused when opened.")] protected bool m_bPauseOnOpen |
Variables | |
| SCR_AttributesManagerEditorComponentClass | SNAPSHOT_SIZE = 96 |
| SCR_CampaignBuildingTransformingEditorComponentClass | m_LastRejectedPivot |
Editor manager components
Overlay layer.
| Enumerator | |
|---|---|
| FRAME | |
| LOGO_FRAME | |
| LOGO | |
| HELPER | |
| PLAYER | |
| VIGNETTE | |
Definition at line 5 of file EEditorMenuOverlayLayer.c.
| SCR_CameraLimitedEditorComponentClass SCR_CameraEditorComponentClass Attribute | ( | "" | , |
| UIWidgets. | ResourceNamePicker, | ||
| "Prefab of class SCR_ManualCamera" | , | ||
| "et" | , | ||
| category:"Camera" | ) |
Limited version of camera manager.
Contains two prefabs - one used only when all editor modes have also limited camera, and the other when there is at least one unlimited camera.
| SCR_PauseGameTimeEditorComponentClass SCR_BaseEditorComponentClass Attribute | ( | "0" | , |
| desc:"When | enabled, | ||
| the editor will be paused when opened." | ) |
| SCR_AccessKeysEditorComponentClass SCR_BaseEditorComponentClass Attribute | ( | "1" | , |
| UIWidgets. | Flags, | ||
| "" | , | ||
| enums:ParamEnumArray. | FromEnumEEditableEntityAccessKey ) |
Manager of editor access keys.
Only entities with at least one matching key will be made available for the editor.
| SCR_CampaignBuildingPlacingObstructionEditorComponentClass SCR_BaseEditorComponentClass Attribute | ( | defvalue:"20" | , |
| desc:"Entity tilt greater then this value in angles will trigger a warning." | ) |
Definition at line 1 of file SCR_CampaignBuildingPlacingObstructionEditorComponent.c.
| SCR_CampaignBuildingTransformingEditorComponentClass m_LastRejectedPivot |
| SCR_AttributesManagerEditorComponentClass SNAPSHOT_SIZE = 96 |
Manager ofeditor attributes.
All available attributes (SCR_BaseEditorAttribute and inherited classes) are defined here, each attribute (added in the EditorMode prefab) must be an unique class inherited from SCR_BaseEditorAttribute!
To edit attributes, follow these steps: