Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EntityCatalogEntryCustomInfo.c
Go to the documentation of this file.
1
4[BaseContainerProps(), BaseContainerCustomDoubleCheckIntResourceNameTitleField("m_bEnabled", "m_sEntityPrefab", 1, "(Custom Info) %1", "DISABLED - (Custom Info) %1")]
6{
7 [Attribute(desc: "Set the UI info for the non-editable entity. NOTE! Only use this when the Prefab is non-editable otherwise it will take this UIinfo instead of the EditableEntity UI info on the prefab. If this is required add your own UIInfo to a custom SCR_BaseEntityCatalogData to prevent breaking data for other")]
8 protected ref SCR_UIInfo m_UiInfo;
9
10 //======================================== UI INFO ========================================\\
11 //--------------------------------- Get UI Info ---------------------------------\\
12 override SCR_UIInfo GetEntityUiInfo()
13 {
14 return m_UiInfo;
15 }
16}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_EditableEntityVariantData BaseContainerCustomDoubleCheckIntResourceNameTitleField("m_bEnabled", "m_sVariantPrefab", 1, "%1", "DISABLED - %1")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
ref SCR_UIInfo m_UiInfo
SCR_FieldOfViewSettings Attribute