Scripting/Squirrel/Functions/GetWorldBounds: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will get the world bounds of the server. == Syntax == <pre>GetWorldBounds( maxX, minX, maxY, minY )</pre> == Arguments == '''N/A''' == Return value == * ''...") |
ProsuWANTED (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
== Syntax == | == Syntax == | ||
<pre>GetWorldBounds( | <pre>GetWorldBounds()</pre> | ||
== Arguments == | == Arguments == | ||
Line 11: | Line 11: | ||
== Return value == | == Return value == | ||
* '' | *[[Scripting/Squirrel/Functions/Bounds|''Bounds'']] '''worldbounds''' - the bounds | ||
== Example == | == Example == |
Revision as of 15:36, 1 August 2015
This function will get the world bounds of the server.
Syntax
GetWorldBounds()
Arguments
N/A
Return value
- Bounds worldbounds - the bounds
Example
This page needs an example. We will try our best to complete the wiki as soon as possible.