Difference between revisions of "TActivePlayer.OnAfterRespawn"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''property OnAfterRespawn''''' Access mode: RW Event handler type: TOnAfterRespawnEvent Event handler declaration: procedure (Player: TActivePlayer); ==Descript...")
 
(Example)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
==Example==
 
==Example==
 
{{expand|example}}
 
{{expand|example}}
 +
<syntaxhighlight lang="pascal">
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
  
 
[[Category:TActivePlayer]][[Category:Events]]
 
[[Category:TActivePlayer]][[Category:Events]]

Latest revision as of 12:20, 30 July 2013

property OnAfterRespawn
 Access mode: RW
 Event handler type: TOnAfterRespawnEvent
 Event handler declaration: procedure (Player: TActivePlayer);

Description

Event property called right after a player has respawned.

Example

Expand with: example