DisablePhysicsGroundPlane

Definition

DisablePhysicsGroundPlane()

Description

As its name implies, this function disables default physics ground plane.

Example

function Init()
    DisablePhysicsGroundPlane()
end

function Update()

end
adminDisablePhysicsGroundPlane