SetPhysicsThrottleEnabled (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Tenal Created page with "{| |<onlyinclude>{{Method| name = SetPhysicsThrottleEnabled |arguments = Bool ''enabled'' |returns = n/a |description = Sets whether Physics Throttling is enabled or disab..." |
>JulienDethurens No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<onlyinclude>{{Method| | |||
name = SetPhysicsThrottleEnabled | name = SetPhysicsThrottleEnabled | ||
|arguments = [[ | |arguments = [[bool]] <var>enabled</var> | ||
|description = Sets whether Physics Throttling is enabled or disabled. | |description = Sets whether Physics Throttling is enabled or disabled. | ||
|object = Workspace | |object = Workspace | ||
|}}</onlyinclude> | |}}</onlyinclude> | ||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 02:01, 8 February 2012
SetPhysicsThrottleEnabled( bool enabled ) | |
Returns | nil |
Description: | Sets whether Physics Throttling is enabled or disabled. |
Member of: | Workspace |