Colshapes::newCircle: Difference between revisions
MrPancakers (talk | contribs) m (Switched from server side to shared) |
No edit summary |
||
| Line 4: | Line 4: | ||
* '''y: <span style="color:#008017>Float</span>''' | * '''y: <span style="color:#008017>Float</span>''' | ||
* '''radius: <span style="color:#008017>Float</span>''' | * '''radius: <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.newCircle(x, y, radius) | mp.colshapes.newCircle(x, y, radius, dimension) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | ==See Also== | ||
{{Colshapes_function}} | {{Colshapes_function}} | ||
Revision as of 15:12, 14 November 2018
Creating colshape, circle in the 2D plane
Parameters
- x: Float
- y: Float
- radius: Float
- dimension: Float
Syntax
Shared
mp.colshapes.newCircle(x, y, radius, dimension)
See Also
- Functions
- Properties
- Arrays
- Functions