Colshapes::newCuboid: Difference between revisions
MrPancakers (talk | contribs) m (Switched from server side to shared) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{SharedFunctionJS}} | |||
Creating colshape, 3d cube | Creating colshape, 3d cube | ||
==Parameters== | ==Parameters== | ||
| Line 7: | Line 9: | ||
* '''height: <span style="color:#008017>Float</span>''' | * '''height: <span style="color:#008017>Float</span>''' | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp.colshapes.newCuboid(x, y, z, width, depth, height) | mp.colshapes.newCuboid(x, y, z, width, depth, height) | ||
Revision as of 14:12, 27 November 2018
Creating colshape, 3d cube
Parameters
- x: Float
- y: Float
- width: Float
- depth: Float
- height: Float
Syntax
mp.colshapes.newCuboid(x, y, z, width, depth, height)
See Also
- Functions
- Properties
- Arrays
- Functions