RAGE.Elements.Ped.TaskAimGunAtCoord

From RAGE Multiplayer Wiki
Revision as of 15:45, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''time:''' {{RageType|int}} *'''p5:''' {{RageType|bool}} *'''p6:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskAimGunAtCoord(x, y, z, time, p5, p6) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • x: float
  • y: float
  • z: float
  • time: int
  • p5: bool
  • p6: bool

Return value

  • void

Syntax

ped.TaskAimGunAtCoord(x, y, z, time, p5, p6)

Example

//todo


See also