Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CharacterIsUsingItem.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
4
[
BaseContainerProps
()]
5
class
SCR_CharacterIsUsingItem
:
SCR_AvailableActionCondition
6
{
7
//------------------------------------------------------------------------------------------------
10
override
bool
IsAvailable(
SCR_AvailableActionsConditionData
data
)
11
{
12
if
(!
data
)
13
return
false
;
14
15
bool
result =
data
.GetIsCharacterUsingItem();
16
return
GetReturnResult(result);
17
}
18
};
SCR_AvailableActionsConditionData
Definition:
SCR_AvailableActionsConditionData.c:5
SCR_AvailableActionCondition
A single available action condition representation.
Definition:
SCR_AvailableActionsCondition.c:3
SCR_CharacterIsUsingItem
Definition:
SCR_CharacterIsUsingItem.c:5
data
Get all prefabs that have the spawner data
Definition:
SCR_EntityCatalogManagerComponent.c:305
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
UI
HUD
AvailableActions
Conditions
Game
Character
SCR_CharacterIsUsingItem.c
Generated by
1.8.17