Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_InventoryVehicleVisibilityAttribute.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_InventoryVehicleVisibilityAttribute
:
BaseItemAttributeData
3
{
4
[
Attribute
(
"0"
,
UIWidgets
.CheckBox,
"If true, this item will appear in inventory only when player is inside the vehicle."
)]
5
protected
bool
m_bShowInVehicleOnly
;
6
7
[
Attribute
(
"0"
,
UIWidgets
.CheckBox,
"If true, this item will be visible in inventory only when player's and vehicle's factions are the same."
)]
8
protected
bool
m_bShowForVehicleFactionOnly
;
9
10
//------------------------------------------------------------------------------------------------
11
bool
GetVisibleInVehicleOnly
()
12
{
13
return
m_bShowInVehicleOnly
;
14
}
15
16
//------------------------------------------------------------------------------------------------
17
bool
GetVisibleForVehicleFactionOnly
()
18
{
19
return
m_bShowForVehicleFactionOnly
;
20
}
21
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
BaseItemAttributeData
Definition
BaseItemAttributeData.c:13
SCR_InventoryVehicleVisibilityAttribute
Definition
SCR_InventoryVehicleVisibilityAttribute.c:3
SCR_InventoryVehicleVisibilityAttribute::m_bShowInVehicleOnly
bool m_bShowInVehicleOnly
Definition
SCR_InventoryVehicleVisibilityAttribute.c:5
SCR_InventoryVehicleVisibilityAttribute::GetVisibleInVehicleOnly
bool GetVisibleInVehicleOnly()
Definition
SCR_InventoryVehicleVisibilityAttribute.c:11
SCR_InventoryVehicleVisibilityAttribute::GetVisibleForVehicleFactionOnly
bool GetVisibleForVehicleFactionOnly()
Definition
SCR_InventoryVehicleVisibilityAttribute.c:17
SCR_InventoryVehicleVisibilityAttribute::m_bShowForVehicleFactionOnly
bool m_bShowForVehicleFactionOnly
Definition
SCR_InventoryVehicleVisibilityAttribute.c:8
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
Inventory
SCR_InventoryVehicleVisibilityAttribute.c
Generated by
1.17.0