SetPhysicsDefaultSkinWidth

Definition

SetPhysicsDefaultSkinWidth(float skinWidth)

Description

This function sets the physics default skin width to skinWidth.

Parameter

skinWidth
Specifies the value of physics default skin width to be set. This value must be greater than 0.0.

Example

function Init()
    SetPhysicsDefaultSkinWidth(0.3)
end

function Update()

end
This scripts sets the physics default skin width to 0.3.
adminSetPhysicsDefaultSkinWidth