OnLeaveGame

From Soldat Community Wiki
Revision as of 11:55, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure OnLeaveGame(ID, Team: byte; Kicked: boolean);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

 procedure OnLeaveGame(ID, Team: byte; Kicked: boolean);
 
 Parameter Info:
  ID (Byte): ID of the player.
  Team (Byte): Team the player was on when he/she left the game.
  Kicked (Boolean): True/False if the player was forced to leave the game.
 Description:
  This procedure will be called every time a player leaves the game.

External Links