Colshapes::newCircle: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
<div style="margin: 10px 10px 10px 10px;"><b>Server-Side</b></div> | <div style="margin: 10px 10px 10px 10px;"><b>Server-Side</b></div> | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp.colshapes. | mp.colshapes.newCircle(x, y, radius) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</div> | </div> | ||
==See Also== | ==See Also== | ||
{{Colshapes_function}} | {{Colshapes_function}} | ||
Revision as of 13:52, 14 May 2017
Creating colshape, circle in the 2D plane
Parameters
- x: Float
- y: Float
- radius: Float
Syntax
Server-Side
mp.colshapes.newCircle(x, y, radius)
See Also
- Functions
- Properties
- Arrays
- Functions