Difference between revisions of "TOnAfterRespawnEvent"
(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]]); | |
− | + | Player: player that has just respawned | |
[[Category:Types]] | [[Category:Types]] |
Latest revision as of 11: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