Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_TimedSpawnPointComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/GameMode/Components", description: "Handles respawn timers for timed spawn points.")]
5
6class SCR_TimedSpawnPointComponent : SCR_RespawnTimerComponent
7{
8 /* todo(koudelkaluk):
9 in the future, this component would ideally
10 be attached to the spawn point directly
11 rather than to gamemode*/
12}
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
void SCR_RespawnTimerComponent(IEntityComponentSource src, IEntity ent, IEntity parent)