Squirrel/Server/Functions/Game/SetBoundaries

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|SetBoundaries}} This function sets the world boundaries. == Syntax == <code>bool SetBoundaries( Vector vLower, Vector vUpper )</code> == Arguments == * '''vL…')

Revision as of 04:47, 25 September 2010

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

This function sets the world boundaries.

Syntax

  1. bool SetBoundaries( Vector vLower, Vector vUpper )

Arguments

  • vLower - The lower boundary point as a vector
  • vUpper - The upper boundary point as a vector

Example

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

Notes

Example notes and used functions here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox