Difference between revisions of "TOnJoinGameEvent"
m (→Declaration) |
m |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Description== | ==Description== | ||
− | + | Type used by [[TGame.OnJoin]] as an event handler type. | |
user constructable: '''NO''' | user constructable: '''NO''' | ||
Line 13: | Line 10: | ||
Team: target team | Team: target team | ||
− | [[Category: | + | [[Category:Types]] |
Revision as of 13:38, 26 July 2013
Description
Type used by TGame.OnJoin as an event handler type.
user constructable: NO user destructable: NO
Declaration
procedure (Player: TActivePlayer; Team: TTeam) Player: player joining team Team: target team