Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FreeSpawnHandlerComponent.c
Go to the documentation of this file.
1 [ComponentEditorProps(category: "GameScripted/Respawn/Handlers", description: "Allows the respawn system to use freeform respawning. Requires a SCR_FreeRespawnComponent attached to PlayerController.")]
3 {
4 }
5 
6 class SCR_FreeSpawnHandlerComponent : SCR_SpawnHandlerComponent
7 {
8 }
ComponentEditorProps
SCR_FragmentEntityClass ComponentEditorProps
SCR_SpawnHandlerComponentClass
Definition: SCR_SpawnHandlerComponent.c:1
SCR_FreeSpawnHandlerComponentClass
Definition: SCR_FreeSpawnHandlerComponent.c:2
category
params category
Definition: SCR_VehicleDamageManagerComponent.c:180