Difference between revisions of "TOnAfterRespawnEvent"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "==Description== Type used by TActivePlayer.OnAfterRespawn as an event handler type. ==Declaration== procedure(Player: TActivePlayer); Player: player that has just ...")
 
m (Declaration)
 
Line 3: Line 3:
  
 
==Declaration==
 
==Declaration==
  procedure(Player: [[TActivePlayer]]);
+
procedure(Player: [[TActivePlayer]]);
Player: player that has just respawned
+
  Player: player that has just respawned
  
 
[[Category:Types]]
 
[[Category:Types]]

Latest revision as of 12:02, 31 July 2013

Description

Type used by TActivePlayer.OnAfterRespawn as an event handler type.

Declaration

procedure(Player: TActivePlayer);
 Player: player that has just respawned