Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EntitiesEditorUIPrefab.c
Go to the documentation of this file.
3{
4 [Attribute("0", UIWidgets.ComboBox, "Entity type.", enums: ParamEnumArray.FromEnum(EEditableEntityType))]
5 private EEditableEntityType m_Type;
6
7 [Attribute("", UIWidgets.ResourceNamePicker, "Layout created for the entity and rendered on its position every frame.", "layout")]
8 private ResourceName m_Layout;
9
11 {
12 return m_Type;
13 }
14 ResourceName GetLayout()
15 {
16 return m_Layout;
17 }
18};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
override EGadgetType GetType()
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
EEditableEntityType
Defines type of SCR_EditableEntityComponent. Assigned automatically based on IEntity inheritance.
SCR_FieldOfViewSettings Attribute