RAGE.Elements.Ped.SetChanceOfFiringBlanks

From RAGE Multiplayer Wiki
Revision as of 00:22, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''xBias:''' {{RageType|float}} *'''yBias:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetChanceOfFiringBlanks(xBias, yBias) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • xBias: float
  • yBias: float

Return value

  • void

Syntax

ped.SetChanceOfFiringBlanks(xBias, yBias)

Example

//todo


See also