Colshapes::newCircle: Difference between revisions
No edit summary |
MrPancakers (talk | contribs) m (Switched from server side to shared) |
||
| Line 6: | Line 6: | ||
==Syntax== | ==Syntax== | ||
{{Shared}} | |||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp.colshapes.newCircle(x, y, radius) | mp.colshapes.newCircle(x, y, radius) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | ==See Also== | ||
{{Colshapes_function}} | {{Colshapes_function}} | ||
Revision as of 06:27, 10 May 2018
Creating colshape, circle in the 2D plane
Parameters
- x: Float
- y: Float
- radius: Float
Syntax
Shared
mp.colshapes.newCircle(x, y, radius)
See Also
- Functions
- Properties
- Arrays
- Functions