Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AnyInvalidSpawnPointRequestResultInfo.c
Go to the documentation of this file.
4 {
5  //------------------------------------------------------------------------------------------------
6  override bool IsValidRequestResultInfo(SCR_SpawnRequestComponent requestComponent, SCR_ESpawnResult response, SCR_SpawnData data)
7  {
8  return response != SCR_ESpawnResult.OK;
9  }
10 }
SCR_ESpawnResult
SCR_ESpawnResult
Definition: SCR_ESpawnResult.c:8
SCR_SpawnData
Definition: SCR_SpawnData.c:9
SCR_BaseSpawnPointRequestResultInfo
Definition: SCR_BaseSpawnPointRequestResultInfo.c:2
SCR_AnyInvalidSpawnPointRequestResultInfo
Used as a catch all for when players cannot spawn at spawn point and all other checks were invalid.
Definition: SCR_AnyInvalidSpawnPointRequestResultInfo.c:3
data
Get all prefabs that have the spawner data
Definition: SCR_EntityCatalogManagerComponent.c:305
SCR_BaseContainerCustomTitleUIInfo
void SCR_BaseContainerCustomTitleUIInfo(string propertyName, string format="%1")
Definition: Attributes.c:788
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