RAGE.Elements.Vehicle.GetDeformationAtPos

From RAGE Multiplayer Wiki
Revision as of 12:04, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''offsetX:''' {{RageType|float}} *'''offsetY:''' {{RageType|float}} *'''offsetZ:''' {{RageType|float}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetDeformationAtPos(offsetX, offsetY, offsetZ) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • offsetX: float
  • offsetY: float
  • offsetZ: float

Return value

  • Vector3

Syntax

vehicle.GetDeformationAtPos(offsetX, offsetY, offsetZ)

Example

//todo


See also