Colshapes::newSphere: Difference between revisions
MrPancakers (talk | contribs) m (Switched from server side to shared) |
No edit summary |
||
| Line 6: | Line 6: | ||
* '''z: <span style="color:#008017>Float</span>''' | * '''z: <span style="color:#008017>Float</span>''' | ||
* '''range: <span style="color:#008017>Float</span>''' | * '''range: <span style="color:#008017>Float</span>''' | ||
* '''dimension: <span style="color:#008017>Float</span>''' | |||
==Syntax== | ==Syntax== | ||
{{Shared}} | {{Shared}} | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp.colshapes.newSphere(x, y, z, range) | mp.colshapes.newSphere(x, y, z, range, dimension) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | ==See Also== | ||
{{Colshapes_function}} | {{Colshapes_function}} | ||
Revision as of 15:13, 14 November 2018
Creating colshape, spherical shape
Parameters
- x: Float
- y: Float
- z: Float
- range: Float
- dimension: Float
Syntax
Shared
mp.colshapes.newSphere(x, y, z, range, dimension)
See Also
- Functions
- Properties
- Arrays
- Functions