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;
7 [
Attribute(
"0 0 0",
desc:
"Offset of item when displaye", uiwidget: UIWidgets.EditBox,
category:
"Display settings")]
8 protected vector m_vItemOffset;
10 [
Attribute(
"0 0 0",
desc:
"Rotation of item when displayed", uiwidget: UIWidgets.EditBox,
category:
"Display settings")]
11 protected vector m_vItemRotation;
15 vector GetItemOffset()
22 vector GetItemRotation()
24 return m_vItemRotation;
29 EArsenalItemDisplayType GetDisplayType()
31 return m_eArsenalItemDisplayType;
35 enum EArsenalItemDisplayType