Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ResourceGeneratorStoragePolicy.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_ResourceStorageTypeTitle
()]
2
class
SCR_ResourceGeneratorStoragePolicy
: SCR_ResourceStoragePolicyBase<SCR_ResourceGenerator>
3
{
4
[
Attribute
(defvalue:
"0"
, uiwidget: UIWidgets.ComboBox,
desc
:
"Resource consumption source order."
, enums: ParamEnumArray.FromEnum(
EResourceContainerStorageType
))]
5
protected
EResourceContainerStorageType
m_eStorageType;
6
7
//------------------------------------------------------------------------------------------------
8
EResourceContainerStorageType
GetStorageType()
9
{
10
return
m_eStorageType;
11
}
12
13
//------------------------------------------------------------------------------------------------
14
override
bool
IsStorageTypeValid(
EResourceContainerStorageType
storageType)
15
{
16
return
m_eStorageType == storageType;
17
}
18
};
SCR_ResourceGeneratorStoragePolicy
Definition:
SCR_ResourceGeneratorStoragePolicy.c:2
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
EResourceContainerStorageType
EResourceContainerStorageType
Definition:
SCR_ResourceContainer.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_ResourceStorageTypeTitle
Definition:
SCR_ResourceStoragePolicyBase.c:1
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Sandbox
Resources
ContainerQueue
Storage
Policy
Generator
SCR_ResourceGeneratorStoragePolicy.c
Generated by
1.8.17