PhysicsSettings

Inherits from DataContainer

Summary

Constructors

PhysicsSettings()
PhysicsSettings(guid: Guid)
PhysicsSettings(other: DataContainer)

Properties

Name Type
integrateJobCount int
clientEffectWorldThreadCount int
clientWorldThreadCount int
serverWorldThreadCount int
collideJobCount int
enable bool
enableAIRigidBody bool
forestEnable bool
enableJobs bool
removeRagdollWhenWoken bool
removeFromWorldOnCollisionOverflow bool
singleStepCharacter bool
forceSingleStepCharacterInSP bool
enableFollowWheelRaycasts bool
enableClientWheelRaycasts bool
enableASyncWheelRaycasts bool
useDelayedWakeUpClient bool
useDelayedWakeUpServer bool
suppressDebrisSpawnUntilReady bool

Static members

Name Type
PhysicsSettings.typeInfo TypeInformation

Constructors

PhysicsSettings

PhysicsSettings()

Creates a new PhysicsSettings frostbite instance.

PhysicsSettings

PhysicsSettings(guid: Guid)

Creates a new PhysicsSettings frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PhysicsSettings

PhysicsSettings(other: DataContainer)

Casts an instance of type DataContainer to PhysicsSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PhysicsSettings.

Properties

integrateJobCount

int

clientEffectWorldThreadCount

int

clientWorldThreadCount

int

serverWorldThreadCount

int

collideJobCount

int

enable

bool

enableAIRigidBody

bool

forestEnable

bool

enableJobs

bool

removeRagdollWhenWoken

bool

removeFromWorldOnCollisionOverflow

bool

singleStepCharacter

bool

forceSingleStepCharacterInSP

bool

enableFollowWheelRaycasts

bool

enableClientWheelRaycasts

bool

enableASyncWheelRaycasts

bool

useDelayedWakeUpClient

bool

useDelayedWakeUpServer

bool

suppressDebrisSpawnUntilReady

bool

Static members

typeInfo

TypeInformation

The type information for the PhysicsSettings type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)