SetCharacterControllerForcePower

Definition

SetCharacterControllerForcePower(float forcePower)

Description

This function sets the value of physics character controller force power to forcePower.

Parameters

forcePower
Specifies the force power of physics character controller.

Example

function Init()
    SetCharacterControllerForcePower(10.0)
end

function Update()

end
This script sets the physics character controller force power to 10.0.
adminSetCharacterControllerForcePower