Difference between revisions of "TActivePlayer.OnAfterRespawn"
(→Example) |
(→Example) |
||
Line 9: | Line 9: | ||
==Example== | ==Example== | ||
{{expand|example}} | {{expand|example}} | ||
− | <syntaxhighlight> | + | <syntaxhighlight lang="pascal"> |
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:TActivePlayer]][[Category:Events]] | [[Category:TActivePlayer]][[Category:Events]] |
Latest revision as of 11: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 |