Vehicle::setDeformationFixed: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
Line 1: Line 1:
 
If the vehicle has been hit and it has some deformations this function does some smoothing on vehicle's body
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">vehicle.setDeformationFixed();</syntaxhighlight>
<syntaxhighlight lang="javascript">vehicle.setDeformationFixed();</syntaxhighlight>

Latest revision as of 14:21, 17 May 2020

If the vehicle has been hit and it has some deformations this function does some smoothing on vehicle's body

Syntax

vehicle.setDeformationFixed();

Required Arguments

Return value

  • Undefined

Example

// todo

See also