SetCharacterControllerWalkSpeed

Definition

SetCharacterControllerWalkSpeed(float speed)

Description

This function sets the value of physics character controller walking speed to speed.

Parameters

speed
Specifies the walking speed of physics character controller.

Example

function Init()
    SetCharacterControllerWalkSpeed(5.0)
end

function Update()

end
This script sets the physics character controller walking speed to 5.0.
adminSetCharacterControllerWalkSpeed