RAGE.Elements.Ped.IsWeaponComponentActive

From RAGE Multiplayer Wiki
Revision as of 00:23, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''componentHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsWeaponComponentActive(weaponHash, componentHash) </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

  • weaponHash: uint
  • componentHash: uint

Return value

  • bool

Syntax

ped.IsWeaponComponentActive(weaponHash, componentHash)

Example

//todo


See also