User contributions for Shr0x
14 August 2024
- 10:4210:42, 14 August 2024 diff hist +421 N GameFiles:isDlcVehicleMod Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hash:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.isDlcVehicleMod(hash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4210:42, 14 August 2024 diff hist +433 N GameFiles:isContentItemLocked Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''itemHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.isContentItemLocked(itemHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4210:42, 14 August 2024 diff hist +515 N GameFiles:getDlcWeaponComponentDataSp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcWeaponIndex:''' {{RageType|number}} *'''dlcWeapCompIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcWeaponComponentDataSp(dlcWeaponIndex, dlcWeapCompIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Cli..." current
- 10:4210:42, 14 August 2024 diff hist +513 N GameFiles:getDlcWeaponComponentData Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcWeaponIndex:''' {{RageType|number}} *'''dlcWeapCompIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcWeaponComponentData(dlcWeaponIndex, dlcWeapCompIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clien..." current
- 10:4210:42, 14 August 2024 diff hist +452 N GameFiles:getNumDlcWeaponComponentsSp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcWeaponIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getNumDlcWeaponComponentsSp(dlcWeaponIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4210:42, 14 August 2024 diff hist +450 N GameFiles:getNumDlcWeaponComponents Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcWeaponIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getNumDlcWeaponComponents(dlcWeaponIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4210:42, 14 August 2024 diff hist +443 N GameFiles:getDlcWeaponDataSp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcWeaponIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcWeaponDataSp(dlcWeaponIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +441 N GameFiles:getDlcWeaponData Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcWeaponIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcWeaponData(dlcWeaponIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +363 N GameFiles:getNumDlcWeaponsSp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getNumDlcWeaponsSp() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +361 N GameFiles:getNumDlcWeapons Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getNumDlcWeapons() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +445 N GameFiles:getDlcVehicleFlags Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcVehicleIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcVehicleFlags(dlcVehicleIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +444 N GameFiles:getDlcVehicleData Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcVehicleIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcVehicleData(dlcVehicleIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +445 N GameFiles:getDlcVehicleModel Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dlcVehicleIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getDlcVehicleModel(dlcVehicleIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4110:41, 14 August 2024 diff hist +362 N GameFiles:getNumDlcVehicles Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getNumDlcVehicles() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4010:40, 14 August 2024 diff hist +504 N GameFiles:getShopPedOutfitComponentVariant Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''outfitHash:''' {{RageType|number}} *'''variantIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedOutfitComponentVariant(outfitHash, variantIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API..." current
- 10:4010:40, 14 August 2024 diff hist +499 N GameFiles:getShopPedOutfitPropVariant Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''outfitHash:''' {{RageType|number}} *'''variantIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedOutfitPropVariant(outfitHash, variantIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API ..." current
- 10:4010:40, 14 August 2024 diff hist +423 N GameFiles:getShopPedOutfitLocate Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedOutfitLocate(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4010:40, 14 August 2024 diff hist +417 N GameFiles:getShopPedOutfit Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedOutfit(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:4010:40, 14 August 2024 diff hist +440 N GameFiles:getShopPedQueryOutfit Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''outfitIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedQueryOutfit(outfitIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3910:39, 14 August 2024 diff hist +474 N GameFiles:setupShopPedOutfitQuery Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''character:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.setupShopPedOutfitQuery(character, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3910:39, 14 August 2024 diff hist +580 N GameFiles:doesShopPedApparelHaveRestrictionTag 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..." current
- 10:3910:39, 14 August 2024 diff hist +559 N GameFiles:getForcedProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} *'''forcedPropIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|object}} ''' { nameHash: number; enumValue: number; anchorPoint: number; } ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getForcedProp(componentHash, forcedPropIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See als..." current
- 10:3910:39, 14 August 2024 diff hist +574 N GameFiles:getForcedComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} *'''forcedComponentIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|object}} ''' { nameHash: number; enumValue: number; anchorPoint: number; } ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getForcedComponent(componentHash, forcedComponentIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighligh..." current
- 10:3810:38, 14 August 2024 diff hist +455 N GameFiles:getShopPedApparelForcedPropCount Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedApparelForcedPropCount(componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3810:38, 14 August 2024 diff hist +460 N GameFiles:getShopPedApparelForcedComponentCount Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedApparelForcedComponentCount(componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3810:38, 14 August 2024 diff hist +562 N GameFiles:getVariantProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} *'''variantPropIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|object}} ''' { nameHash: number; enumValue: number; anchorPoint: number; } ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getVariantProp(componentHash, variantPropIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See..." current
- 10:3710:37, 14 August 2024 diff hist +45 GameFiles:getVariantComponent No edit summary current
- 10:3710:37, 14 August 2024 diff hist +534 N GameFiles:getVariantComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} *'''variantComponentIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|GetVariantComponentResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getVariantComponent(componentHash, variantComponentIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions..."
- 10:3710:37, 14 August 2024 diff hist +446 N GameFiles:getShopPedApparelVariantPropCount Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''propHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedApparelVariantPropCount(propHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3610:36, 14 August 2024 diff hist +461 N GameFiles:getShopPedApparelVariantComponentCount Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedApparelVariantComponentCount(componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3610:36, 14 August 2024 diff hist +592 N GameFiles:getHashNameForProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} *'''componentId:''' {{RageType|number}} *'''propIndex:''' {{RageType|number}} *'''propTextureIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getHashNameForProp(entity, componentId, propIndex, propTextureIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //tod..." current
- 10:3610:36, 14 August 2024 diff hist +605 N GameFiles:getHashNameForComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} *'''componentId:''' {{RageType|number}} *'''drawableVariant:''' {{RageType|number}} *'''textureVariant:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getHashNameForComponent(entity, componentId, drawableVariant, textureVariant) </syntaxhighlight> ==Example== <syntaxhighlight lang="javas..." current
- 10:3610:36, 14 August 2024 diff hist +437 N GameFiles:getShopPedProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedProp(componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3610:36, 14 August 2024 diff hist +438 N GameFiles:getShopPedQueryProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentId:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedQueryProp(componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3610:36, 14 August 2024 diff hist +442 N GameFiles:getShopPedComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedComponent(componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3510:35, 14 August 2024 diff hist +443 N GameFiles:getShopPedQueryComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentId:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getShopPedQueryComponent(componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3510:35, 14 August 2024 diff hist +635 N GameFiles:setupShopPedApparelQueryTu Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''character:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|boolean}} *'''p4:''' {{RageType|number}} *'''componentId:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.setupShopPedApparelQueryTu(character, p1, p2, p3, p4, componentId) </syntaxhighlight> ==Example=..." current
- 10:3510:35, 14 August 2024 diff hist +530 N GameFiles:setupShopPedApparelQuery Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.setupShopPedApparelQuery(p0, p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}}..." current
- 10:3510:35, 14 August 2024 diff hist +360 N GameFiles:initShopPedProp Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.initShopPedProp() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3510:35, 14 August 2024 diff hist +365 N GameFiles:initShopPedComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.initShopPedComponent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3510:35, 14 August 2024 diff hist +508 N GameFiles:getTattooShopDlcItemData Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''characterType:''' {{RageType|number}} *'''decorationIndex:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getTattooShopDlcItemData(characterType, decorationIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside..." current
- 10:3510:35, 14 August 2024 diff hist +439 N GameFiles:getNumTattooShopDlcItems Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''character:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.files.getNumTattooShopDlcItems(character) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameFiles_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:3310:33, 14 August 2024 diff hist +3,648 N Template:GameFiles functions c Created page with "*mp.game.files.getNumTattooShopDlcItems *mp.game.files.getTattooShopDlcItemData *mp.game.files.initShopPedComponent *mp.game.files.initShopPedProp *mp.game.files.setupShopPedApparelQuery *mp.game.files.setupShopPedApparelQueryTu *GameFiles:getS..." current
- 10:2610:26, 14 August 2024 diff hist −737 Template:GameEvent functions c No edit summary current
- 10:2510:25, 14 August 2024 diff hist +375 N GameEvent:suppressAgitationEventsNextFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.event.suppressAgitationEventsNextFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameEvent_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:2410:24, 14 August 2024 diff hist +442 N GameEvent:suppressShockingTypeNextFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''eventType:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.event.suppressShockingTypeNextFrame(eventType) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameEvent_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:2410:24, 14 August 2024 diff hist +374 N GameEvent:suppressShockingEventsNextFrame Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.event.suppressShockingEventsNextFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameEvent_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:2410:24, 14 August 2024 diff hist +375 N GameEvent:removeShockingSpawnBlockingAreas Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.event.removeShockingSpawnBlockingAreas() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameEvent_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:2410:24, 14 August 2024 diff hist +418 N GameEvent:removeAllShockingS Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.event.removeAllShockingS(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameEvent_functions_c}} Category:Clientside API Category:TODO: Example" current
- 10:2410:24, 14 August 2024 diff hist +422 N GameEvent:removeShocking Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''event:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.event.removeShocking(event) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameEvent_functions_c}} Category:Clientside API Category:TODO: Example" current