Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RespawnComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
21class RespawnComponent: GameComponent
22{
26 proto external void NotifySpawn(IEntity spawnedEntity);
30 proto external PlayerController GetPlayerController();
31
32 // callbacks
33
38 event protected void OnInit(IEntity owner);
43 event protected void OnPostInit(IEntity owner);
49 event protected void OnDiag(IEntity owner, float timeSlice);
55 event protected void OnFrame(IEntity owner, float timeSlice);
56}
57
void OnDiag(IEntity owner, float timeslice)
proto external PlayerController GetPlayerController()
RespawnComponentClass GameComponentClass NotifySpawn(IEntity spawnedEntity)