Graphics::patchDecalDiffuseMap

From RAGE Multiplayer Wiki
Revision as of 11:45, 8 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''decalType:''' {{RageType|number}} *'''textureDict:''' {{RageType|string}} *'''textureName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.patchDecalDiffuseMap(decalType, textureDict, textureName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • decalType: number
  • textureDict: string
  • textureName: string

Return value

  • void

Syntax

mp.game.graphics.patchDecalDiffuseMap(decalType, textureDict, textureName)

Example

//todo


See also