RAGE.Elements.Ped.ApplyBlood

From RAGE Multiplayer Wiki
Revision as of 17:27, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''boneIndex:''' {{RageType|int}} *'''xRot:''' {{RageType|float}} *'''yRot:''' {{RageType|float}} *'''zRot:''' {{RageType|float}} *'''woundType:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyBlood(boneIndex, xRot, yRot, zRot, woundType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • boneIndex: int
  • xRot: float
  • yRot: float
  • zRot: float
  • woundType: string

Return value

  • void

Syntax

ped.ApplyBlood(boneIndex, xRot, yRot, zRot, woundType)

Example

//todo


See also