Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TimedSpawnPointComponent.c
Go to the documentation of this file.
1
[
ComponentEditorProps
(
category
:
"GameScripted/GameMode/Components"
, description:
"Handles respawn timers for timed spawn points."
)]
2
class
SCR_TimedSpawnPointComponentClass
:
SCR_RespawnTimerComponentClass
3
{
4
}
5
6
class
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
}
ComponentEditorProps
SCR_FragmentEntityClass ComponentEditorProps
SCR_TimedSpawnPointComponentClass
Definition:
SCR_TimedSpawnPointComponent.c:2
SCR_RespawnTimerComponentClass
Definition:
SCR_RespawnTimerComponent.c:2
SCR_RespawnTimerComponent
void SCR_RespawnTimerComponent(IEntityComponentSource src, IEntity ent, IEntity parent)
Definition:
SCR_RespawnTimerComponent.c:333
category
params category
Definition:
SCR_VehicleDamageManagerComponent.c:180
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
GameMode
Respawn
SCR_TimedSpawnPointComponent.c
Generated by
1.8.17