GameFiles:doesShopPedApparelHaveRestrictionTag

From RAGE Multiplayer Wiki
Revision as of 10:39, 14 August 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} *'''restrictionTagHash:''' {{RageType|number}} *'''componentId:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.doesShopPedApparelHaveRestrictionTag(componentHash, restrictionTagHash, componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • componentHash: number
  • restrictionTagHash: number
  • componentId: number

Return value

  • boolean

Syntax

mp.game.files.doesShopPedApparelHaveRestrictionTag(componentHash, restrictionTagHash, componentId)

Example

//todo


See also