RAGE.Elements.Ped.IsShootingInArea

From RAGE Multiplayer Wiki
Revision as of 00:19, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x1:''' {{RageType|float}} *'''y1:''' {{RageType|float}} *'''z1:''' {{RageType|float}} *'''x2:''' {{RageType|float}} *'''y2:''' {{RageType|float}} *'''z2:''' {{RageType|float}} *'''p7:''' {{RageType|bool}} *'''p8:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsShootingInArea(x1, y1, z1, x2, y2, z2, p7, p8) </syntaxhighlight> =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • x1: float
  • y1: float
  • z1: float
  • x2: float
  • y2: float
  • z2: float
  • p7: bool
  • p8: bool

Return value

  • bool

Syntax

ped.IsShootingInArea(x1, y1, z1, x2, y2, z2, p7, p8)

Example

//todo


See also