Definition
SetCharacterControllerRunSpeed(float speed)
Description
This function sets the value of physics character controller running speed to speed.
Parameters
speed
Specifies the running speed of physics character controller.
Example
function Init() SetCharacterControllerRunSpeed(10.0) end function Update() end
This script sets the physics character controller running speed to 10.0.
SetCharacterControllerRunSpeed