Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditorPlaceCharacterAvailableActionCondition.c
Go to the documentation of this file.
3 {
4  override bool IsAvailable(SCR_AvailableActionsConditionData data)
5  {
6  IEntity controlledEntity = SCR_PlayerController.GetLocalControlledEntity();
7  return !controlledEntity;
8  }
9 };
SCR_PlayerController
Definition: SCR_PlayerController.c:31
SCR_AvailableActionsConditionData
Definition: SCR_AvailableActionsConditionData.c:5
SCR_AvailableActionCondition
A single available action condition representation.
Definition: SCR_AvailableActionsCondition.c:3
SCR_EditorPlaceCharacterAvailableActionCondition
Definition: SCR_EditorPlaceCharacterAvailableActionCondition.c:2
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