RAGE.Elements.Ped.ApplyDamagePack

From RAGE Multiplayer Wiki
Revision as of 17:28, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''damagePack:''' {{RageType|string}} *'''damage:''' {{RageType|float}} *'''mult:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyDamagePack(damagePack, damage, mult) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Categor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • damagePack: string
  • damage: float
  • mult: float

Return value

  • void

Syntax

ped.ApplyDamagePack(damagePack, damage, mult)

Example

//todo


See also