Difference between revisions of "TOnJoinTeamEvent"
m (→Inheritance) |
m (→Description) |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | + | Type used by [[TTeam.OnJoin]] as an event handler type. | |
user constructable: '''NO''' | user constructable: '''NO''' | ||
user destructable: '''NO''' | user destructable: '''NO''' | ||
+ | |||
+ | [[Category:Types]] | ||
==Declaration== | ==Declaration== |
Revision as of 13:34, 26 July 2013
Description
Type used by TTeam.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