setColShapeRadius
Client-side
Server-side
Shared
Pair: getColShapeRadius
OOP Syntax Help! I don't understand this!
- Method:colshape:setRadius(...)
Syntax
bool setColShapeRadius ( colshape shape, float radius )Required Arguments
- shape: The colshape you wish to change the radius of.
- radius: The radius you want to set.
Returns
- bool: result
Returns true if the radius was changed, or false if invalid arguments were passed.
Code Examples
Script Example Missing
Function setColShapeRadius 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