SetCheckpointCylinderHeight
DocsSetCheckpointCylinderHeight(checkpoint, nearHeight, farHeight, radius)Description
Sets the cylinder height of the checkpoint.
Parameters:
* nearHeight - The height of the checkpoint when inside of the radius.
* farHeight - The height of the checkpoint when outside of the radius.
* radius - The radius of the checkpoint.Parameters
| Name | Type | Description |
|---|---|---|
checkpoint | int | — |
nearHeight | float | — |
farHeight | float | — |
radius | float | — |
Returns
voidThis native does not return a value.