Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_IsUsingMouseAndKeyboardCondition.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_IsUsingMouseAndKeyboardCondition
:
SCR_AvailableActionCondition
3
{
4
override
bool
IsAvailable(
SCR_AvailableActionsConditionData
data
)
5
{
6
if
(!
data
)
7
return
false
;
8
9
return
GetReturnResult(
GetGame
().
GetInputManager
().IsUsingMouseAndKeyboard());
10
}
11
};
SCR_AvailableActionsConditionData
Definition:
SCR_AvailableActionsConditionData.c:5
GetGame
ArmaReforgerScripted GetGame()
Definition:
game.c:1424
SCR_IsUsingMouseAndKeyboardCondition
Definition:
SCR_IsUsingMouseAndKeyboardCondition.c:2
SCR_AvailableActionCondition
A single available action condition representation.
Definition:
SCR_AvailableActionsCondition.c:3
GetInputManager
protected InputManager GetInputManager()
Definition:
SCR_BaseManualCameraComponent.c:65
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
SCR_IsUsingMouseAndKeyboardCondition.c
Generated by
1.8.17