Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ArsenalItemDisplayData.c
Go to the documentation of this file.
1[BaseContainerProps(), SCR_BaseContainerCustomTitleEnum(EArsenalItemDisplayType, "m_eArsenalItemDisplayType")]
3{
4 [Attribute("0", desc: "Type of display that the SCR_ArsenalDisplayComponent allows", uiwidget: UIWidgets.SearchComboBox, enums: ParamEnumArray.FromEnum(EArsenalItemDisplayType), category: "Display settings")]
5 protected EArsenalItemDisplayType m_eArsenalItemDisplayType;
6
7 [Attribute("0 0 0", desc: "Offset of item when displaye", uiwidget: UIWidgets.EditBox, category: "Display settings")]
9
10 [Attribute("0 0 0", desc: "Rotation of item when displayed", uiwidget: UIWidgets.EditBox, category: "Display settings")]
12
13 //------------------------------------------------------------------------------------------------
16 {
17 return m_vItemOffset;
18 }
19
20 //------------------------------------------------------------------------------------------------
23 {
24 return m_vItemRotation;
25 }
26
27 //------------------------------------------------------------------------------------------------
29 EArsenalItemDisplayType GetDisplayType()
30 {
32 }
33}
34
35enum EArsenalItemDisplayType
36{
38}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_ArsenalItemDisplayData WEAPON_RACK
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
EArsenalItemDisplayType GetDisplayType()
EArsenalItemDisplayType m_eArsenalItemDisplayType
SCR_FieldOfViewSettings Attribute