Scripting/Squirrel/Functions/GetWorldBounds: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
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 == * ''...")
 
No edit summary
Line 3: Line 3:
== Syntax ==
== Syntax ==


<pre>GetWorldBounds( maxX, minX, maxY, minY )</pre>
<pre>GetWorldBounds()</pre>


== Arguments ==
== Arguments ==
Line 11: Line 11:
== Return value ==
== Return value ==


* ''float'' '''maxX''' - The X max
*[[Scripting/Squirrel/Functions/Bounds|''Bounds'']] '''worldbounds''' - the bounds
* ''float'' '''minX''' - The X min
* ''float'' '''maxY''' - The Y max
* ''float'' '''minY''' - The Y min


== 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.

Notes

Related Functions