Difference between revisions of "TOnBeforeRespawnEvent"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
m (Description)
 
Line 1: Line 1:
 
==Description==
 
==Description==
Type used by [[TActivePlayer.TOnBeforeRespawn]] as an event handler type.
+
Type used by [[TActivePlayer.OnBeforeRespawn]] as an event handler type.
  
 
==Declaration==
 
==Declaration==

Latest revision as of 17:17, 12 August 2013

Description

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

Declaration

function(Player: TActivePlayer): Byte
 Player: player that is about to respawn
 Result: Spawnpoint ID (currently not implemented)