physenv.GetPerformanceSettings

From GMod Wiki

Jump to: navigation, search
Function
Syntax physenv.GetPerformanceSettings( )
Where is this used?
Description:
Gets the performance settings
Returns: Table
Part of Library: physenv
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Physenv.GetPerformanceSettings]Physenv.GetPerformanceSettings [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionPrints out the table that physenv.GetPerformanceSettings() returns.
Used onNewerServer.png
Code
PrintTable(physenv.GetPerformanceSettings())
Output
LookAheadTimeObjectsVsObject	=	0.5
MaxCollisionChecksPerTimestep	=	500
MaxFrictionMass	=	2500
LookAheadTimeObjectsVsWorld	=	1
MaxVelocity	=	4000
MaxCollisionsPerObjectPerTimestep	=	10
MinFrictionMass	=	10
MaxAngularVelocity	=	3636.3637695313
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox