Difference between revisions of "TOnJoinGameEvent"

From Soldat Community Wiki
Jump to: navigation, search
m (Mighty moved page TOnJoinEvent to TOnJoinGameEvent)
m (Declaration)
Line 13: Line 13:
 
   Team: target team
 
   Team: target team
  
[[Category:Classes]][[Category:Events]]
+
[[Category:Classes]]

Revision as of 14:25, 26 July 2013

Inheritance

Description

Class used in 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