Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CharacterStanceCondition.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
5{
6 [Attribute(defvalue: ECharacterStance.STAND.ToString(), desc: "Character Stance", uiwidget: UIWidgets.ComboBox, enumType: ECharacterStance)]
7 private ECharacterStance m_eCharacterStance;
8
9 //------------------------------------------------------------------------------------------------
12 override bool IsAvailable(notnull SCR_AvailableActionsConditionData data)
13 {
14 return GetReturnResult(data.GetCharacterStance() == m_eCharacterStance);
15 }
16}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Get all prefabs that have the spawner data
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
A single available action condition representation.
Returns true if character is in desired stance.
ECharacterStance
SCR_FieldOfViewSettings Attribute