Difference between revisions of "TOnJoinGameEvent"
m (Mighty moved page TOnJoinEvent to TOnJoinGameEvent) |
m (→Description) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Description== | ==Description== | ||
− | + | Type used by [[TGame.OnJoin]] as an event handler type. | |
− | |||
− | |||
− | |||
==Declaration== | ==Declaration== | ||
Line 13: | Line 7: | ||
Team: target team | Team: target team | ||
− | [[Category: | + | [[Category:Types]] |
Latest revision as of 13:39, 26 July 2013
Description
Type used by TGame.OnJoin as an event handler type.
Declaration
procedure (Player: TActivePlayer; Team: TTeam) Player: player joining team Team: target team