Squirrel/Server/Functions/Players/SetBoundaries

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Player.SetBoundaries}} This function sets the players boundaries. == Syntax == <code>bool player.SetBoundaries( Vector lowerBounds, Vector upperBounds )</code>…')

Revision as of 12:17, 15 October 2010

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

This function sets the players boundaries.

Syntax

  1. bool player.SetBoundaries( Vector lowerBounds, Vector upperBounds )

Arguments

  • lowerBounds - The lower boundaries
  • upperBounds - The upper boundaries

Example

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