Colshapes::newCuboid

From RAGE Multiplayer Wiki
Revision as of 13:15, 14 May 2017 by Kemperrr (talk | contribs) (Created page with "Creating colshape, 3d cube ==Parameters== * '''x: <span style="color:#008017>Float</span>''' * '''y: <span style="color:#008017>Float</span>''' * '''width: <span style="col...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creating colshape, 3d cube

Parameters

  • x: Float
  • y: Float
  • width: Float
  • depth: Float
  • height: Float

Syntax

Server-Side
mp.colshapes.newCuboid(x, y, z, width, depth, height)