All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 11:55, 8 May 2024 Shr0x talk contribs created page Graphics::callScaleformMovieMethodWithNumber (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''methodName:''' {{RageType|string}} *'''param1:''' {{RageType|number}} *'''param2:''' {{RageType|number}} *'''param3:''' {{RageType|number}} *'''param4:''' {{RageType|number}} *'''param5:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.callScaleformMovieMethodWithNumber(scaleform, m...")
  • 11:55, 8 May 2024 Shr0x talk contribs created page Graphics::drawScaleformMovie3DSolid (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''p7:''' {{RageType|number}} *'''p8:''' {{RageType|number}} *'''p9:''' {{RageType|number}} *'''scaleX:''' {{RageType|number}} *'''scaleY:''' {{RageType|number}} *'''scaleZ:'...")
  • 11:55, 8 May 2024 Shr0x talk contribs created page Graphics::drawScaleformMovie3D (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''p7:''' {{RageType|number}} *'''p8:''' {{RageType|number}} *'''p9:''' {{RageType|number}} *'''scaleX:''' {{RageType|number}} *'''scaleY:''' {{RageType|number}} *'''scaleZ:'...")
  • 11:55, 8 May 2024 Shr0x talk contribs created page Graphics::setScaleformFitRendertarget (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleformHandle:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setScaleformFitRendertarget(scaleformHandle, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API C...")
  • 11:55, 8 May 2024 Shr0x talk contribs created page Graphics::hasScaleformMovieFilenameLoaded (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleformName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.hasScaleformMovieFilenameLoaded(scaleformName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:55, 8 May 2024 Shr0x talk contribs created page Graphics::requestScaleformMovieInteractive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleformName:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.requestScaleformMovieInteractive(scaleformName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:52, 8 May 2024 Shr0x talk contribs created page Graphics::requestScaleformMovie2 (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleformName:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.requestScaleformMovie2(scaleformName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:52, 8 May 2024 Shr0x talk contribs created page Graphics::resetExtraTimecycleModifierStrength (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.resetExtraTimecycleModifierStrength() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:52, 8 May 2024 Shr0x talk contribs created page Graphics::setExtraTimecycleModifierStrength (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''strength:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setExtraTimecycleModifierStrength(strength) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:51, 8 May 2024 Shr0x talk contribs created page Graphics::getExtraTimecycleModifierIndex (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getExtraTimecycleModifierIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:51, 8 May 2024 Shr0x talk contribs created page Graphics::clearExtraTimecycleModifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.clearExtraTimecycleModifier() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:51, 8 May 2024 Shr0x talk contribs created page Graphics::setExtraTimecycleModifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''modifierName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setExtraTimecycleModifier(modifierName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:51, 8 May 2024 Shr0x talk contribs created page Graphics::removeTcmodifierOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.removeTcmodifierOverride(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:50, 8 May 2024 Shr0x talk contribs created page Graphics::addTcmodifierOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''modifierName1:''' {{RageType|string}} *'''modifierName2:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.addTcmodifierOverride(modifierName1, modifierName2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API...")
  • 11:50, 8 May 2024 Shr0x talk contribs created page Graphics::setNextPlayerTcmodifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''modifierName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setNextPlayerTcmodifier(modifierName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:50, 8 May 2024 Shr0x talk contribs created page Graphics::setPlayerTcmodifierTransition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setPlayerTcmodifierTransition(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:50, 8 May 2024 Shr0x talk contribs created page Graphics::setCurrentPlayerTcmodifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''modifierName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setCurrentPlayerTcmodifier(modifierName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:49, 8 May 2024 Shr0x talk contribs created page Graphics::popTimecycleModifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.popTimecycleModifier() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:49, 8 May 2024 Shr0x talk contribs created page Graphics::pushTimecycleModifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.pushTimecycleModifier() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:49, 8 May 2024 Shr0x talk contribs created page Graphics::getTimecycleTransitionModifierIndex (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getTimecycleTransitionModifierIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:49, 8 May 2024 Shr0x talk contribs created page Graphics::getTimecycleModifierIndex (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getTimecycleModifierIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:48, 8 May 2024 Shr0x talk contribs created page Graphics::clearTimecycleModifier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.clearTimecycleModifier() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:48, 8 May 2024 Shr0x talk contribs created page Graphics::presetInteriorAmbientCache (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''timecycleModifierName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.presetInteriorAmbientCache(timecycleModifierName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:48, 8 May 2024 Shr0x talk contribs created page Graphics::disableScriptAmbientEffects (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.disableScriptAmbientEffects(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:47, 8 May 2024 Shr0x talk contribs created page Graphics::registerNoirScreenEffectThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.registerNoirScreenEffectThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:47, 8 May 2024 Shr0x talk contribs created page Graphics::overrideInteriorSmokeEnd (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.overrideInteriorSmokeEnd() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:47, 8 May 2024 Shr0x talk contribs created page Graphics::overrideInteriorSmokeLevel (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''level:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.overrideInteriorSmokeLevel(level) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:47, 8 May 2024 Shr0x talk contribs created page Graphics::overrideInteriorSmokeName (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.overrideInteriorSmokeName(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:46, 8 May 2024 Shr0x talk contribs created page Graphics::doesVehicleHaveCrewEmblem (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.doesVehicleHaveCrewEmblem(vehicle, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:46, 8 May 2024 Shr0x talk contribs created page Graphics::getVehicleCrewEmblemRequestState (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getVehicleCrewEmblemRequestState(vehicle, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Exam...")
  • 11:46, 8 May 2024 Shr0x talk contribs created page Graphics::removeVehicleCrewEmblem (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.removeVehicleCrewEmblem(vehicle, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:46, 8 May 2024 Shr0x talk contribs created page Graphics::addVehicleCrewEmblem (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''ped:''' {{RageType|number}} *'''boneIndex:''' {{RageType|number}} *'''x1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''x3:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''y2:''' {{RageType|number}} *'''y3:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''z2:''' {{RageType|number}} *'''z3:''' {{RageType|number}} *'''scale:''' {{RageType|n...")
  • 11:46, 8 May 2024 Shr0x talk contribs created page Graphics::unpatchDecalDiffuseMap (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''decalType:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.unpatchDecalDiffuseMap(decalType) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:45, 8 May 2024 Shr0x talk contribs created page Graphics::patchDecalDiffuseMap (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...")
  • 11:45, 8 May 2024 Shr0x talk contribs created page Graphics::getIsPetrolDecalInRange (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''xCoord:''' {{RageType|number}} *'''yCoord:''' {{RageType|number}} *'''zCoord:''' {{RageType|number}} *'''radius:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getIsPetrolDecalInRange(xCoord, yCoord, zCoord, radius) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==S...")
  • 11:45, 8 May 2024 Shr0x talk contribs created page Graphics::setDisableDecalRenderingThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setDisableDecalRenderingThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:45, 8 May 2024 Shr0x talk contribs created page Graphics::endPetrolTrailDecals (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.endPetrolTrailDecals() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:44, 8 May 2024 Shr0x talk contribs created page Graphics::addPetrolTrailDecalInfo (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.addPetrolTrailDecalInfo(x, y, z, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Cate...")
  • 11:44, 8 May 2024 Shr0x talk contribs created page Graphics::startPetrolTrailDecals (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.startPetrolTrailDecals(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:44, 8 May 2024 Shr0x talk contribs created page Graphics::removeDecalsFromVehicle (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.removeDecalsFromVehicle(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:43, 8 May 2024 Shr0x talk contribs created page Graphics::washDecalsFromVehicle (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.washDecalsFromVehicle(vehicle, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:43, 8 May 2024 Shr0x talk contribs created page Graphics::resetParticleFxOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.resetParticleFxOverride(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:43, 8 May 2024 Shr0x talk contribs created page Graphics::setParticleFxOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''oldAsset:''' {{RageType|string}} *'''newAsset:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setParticleFxOverride(oldAsset, newAsset) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Exa...")
  • 11:43, 8 May 2024 Shr0x talk contribs created page Graphics::useParticleFxAsset (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.useParticleFxAsset(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:43, 8 May 2024 Shr0x talk contribs created page Graphics::setParticleFxBulletImpactScale (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scale:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setParticleFxBulletImpactScale(scale) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:43, 8 May 2024 Shr0x talk contribs created page Graphics::setParticleFxLoopedFarClipDist (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ptfxHandle:''' {{RageType|number}} *'''range:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setParticleFxLoopedFarClipDist(ptfxHandle, range) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TO...")
  • 11:42, 8 May 2024 Shr0x talk contribs created page Graphics::removeParticleFxFromEntity (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.removeParticleFxFromEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
  • 11:42, 8 May 2024 Shr0x talk contribs created page Graphics::startNetworkedParticleFxLoopedOnEntityBone (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} *'''entity:''' {{RageType|number}} *'''xOffset:''' {{RageType|number}} *'''yOffset:''' {{RageType|number}} *'''zOffset:''' {{RageType|number}} *'''xRot:''' {{RageType|number}} *'''yRot:''' {{RageType|number}} *'''zRot:''' {{RageType|number}} *'''boneIndex:''' {{RageType|number}} *'''scale:''' {{RageType|number}} *'''xAxis:''' {{RageType|boolean}} *'''yAxis:''' {{RageTyp...")
  • 11:42, 8 May 2024 Shr0x talk contribs created page Graphics::startNetworkedParticleFxLoopedOnEntity (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} *'''entity:''' {{RageType|number}} *'''xOffset:''' {{RageType|number}} *'''yOffset:''' {{RageType|number}} *'''zOffset:''' {{RageType|number}} *'''xRot:''' {{RageType|number}} *'''yRot:''' {{RageType|number}} *'''zRot:''' {{RageType|number}} *'''scale:''' {{RageType|number}} *'''xAxis:''' {{RageType|boolean}} *'''yAxis:''' {{RageType|boolean}} *'''zAxis:''' {{RageType|b...")
  • 11:42, 8 May 2024 Shr0x talk contribs created page Graphics::startNetworkedParticleFxNonLoopedOnEntityBone (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} *'''entity:''' {{RageType|number}} *'''offsetX:''' {{RageType|number}} *'''offsetY:''' {{RageType|number}} *'''offsetZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''boneIndex:''' {{RageType|number}} *'''scale:''' {{RageType|number}} *'''axisX:''' {{RageType|boolean}} *'''axisY:''' {{RageTyp...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)