Definition
SetCharacterControllerJumpPower(float jumpPower)
Description
This function sets the value of physics character controller jump power to jumpPower.
Parameters
jumpPower
Specifies the jump power of physics character controller.
Example
function Init() SetCharacterControllerJumpPower(15.0) end function Update() end
This script sets the physics character controller jump power to 15.0.
SetCharacterControllerJumpPower