getColShapeRadius
Client-side
Server-side
Shared
Pair: setColShapeRadius
OOP Syntax Help! I don't understand this!
- Method:colshape:getRadius(...)
Syntax
float|false getColShapeRadius ( colshape shape )Required Arguments
- shape: The colshape you wish to get the radius of.
Returns
- float|false: radius
Returns a float containing the radius of the colshape, false if an invalid colshape was passed.
Code Examples
Script Example Missing
Function getColShapeRadius needs a script example. Help out by writing one.
See Also
Colshape Functions
- addColPolygonPoint
- createColCircle
- createColCuboid
- createColPolygon
- createColRectangle
- createColSphere
- createColTube
- getColPolygonHeight
- getColPolygonPointPosition
- getColPolygonPoints
- getColShapeRadius
- getColShapeSize
- getColShapeType
- isInsideColShape
- removeColPolygonPoint
- setColPolygonHeight
- setColPolygonPointPosition
- setColShapeRadius
- setColShapeSize