Squirrel/Server/Functions/Players/Team

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Player.Team}} This function sets/returns the players Team. == Syntax == <code>int player.Team</code> <code>player.Team = int value</code> == Arguments == * '…')

Revision as of 11:53, 15 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This function sets/returns the players Team.

Syntax

  1. int player.Team
  1. player.Team = int value

Arguments

  • value - The ID of the team to assign to

Example 1. Returning

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Explanation for the example

  1.  
  2. -- todo
  3.  

Example 2. Setting

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Explanation for the example

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox