Difference between revisions of "TActivePlayer.OnAfterRespawn"
(Created page with " '''''property OnAfterRespawn''''' Access mode: RW Event handler type: TOnAfterRespawnEvent Event handler declaration: procedure (Player: TActivePlayer); ==Descript...") |
(→Example) |
||
| Line 9: | Line 9: | ||
==Example== | ==Example== | ||
{{expand|example}} | {{expand|example}} | ||
| + | <syntaxhighlight> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| + | |||
[[Category:TActivePlayer]][[Category:Events]] | [[Category:TActivePlayer]][[Category:Events]] | ||
Revision as of 10: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 |