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).
- 11:32, 8 May 2024 Shr0x talk contribs created page Graphics::setArtificialLightsStateAffectsVehicles (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setArtificialLightsStateAffectsVehicles(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:32, 8 May 2024 Shr0x talk contribs created page Graphics::setArtificialLightsState (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''state:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setArtificialLightsState(state) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:32, 8 May 2024 Shr0x talk contribs created page Graphics::disableOcclusionThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.disableOcclusionThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:32, 8 May 2024 Shr0x talk contribs created page Graphics::overridePedBadgeTexture (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''txd:''' {{RageType|string}} *'''txn:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.overridePedBadgeTexture(ped, txd, txn) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} [[Category:Clientside API]...")
- 11:31, 8 May 2024 Shr0x talk contribs created page Graphics::getScreenCoordFromWorldCoord (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''worldX:''' {{RageType|number}} *'''worldY:''' {{RageType|number}} *'''worldZ:''' {{RageType|number}} ===Return value=== *''' {{RageType|GetScreenCoordFromWorldCoordResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getScreenCoordFromWorldCoord(worldX, worldY, worldZ) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {...")
- 11:31, 8 May 2024 Shr0x talk contribs created page Graphics::getUsingnightvision (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getUsingnightvision() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:31, 8 May 2024 Shr0x talk contribs created page Graphics::getRequestingnightvision (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getRequestingnightvision() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:31, 8 May 2024 Shr0x talk contribs created page Graphics::getIsHidef (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getIsHidef() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:31, 8 May 2024 Shr0x talk contribs created page Graphics::getIsWidescreen (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getIsWidescreen() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:30, 8 May 2024 Shr0x talk contribs created page Graphics::getAspectRatio (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''b:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getAspectRatio(b) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:30, 8 May 2024 Shr0x talk contribs created page Graphics::getActiveScreenResolution (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|GetActiveScreenResolutionResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getActiveScreenResolution() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:29, 8 May 2024 Shr0x talk contribs created page Graphics::queryMovieMeshSetState (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''meshsetid:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.queryMovieMeshSetState(meshsetid) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:29, 8 May 2024 Shr0x talk contribs created page Graphics::setBinkShouldSkip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} *'''bShouldSkip:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setBinkShouldSkip(binkMovie, bShouldSkip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO...")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::setBinkMovieUnk2 (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setBinkMovieUnk2(binkMovie, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::attachTvAudioToEntity (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.attachTvAudioToEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::setBinkMovieVolume (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setBinkMovieVolume(binkMovie, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::getBinkMovieTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getBinkMovieTime(binkMovie) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::setBinkMovieTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} *'''progress:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setBinkMovieTime(binkMovie, progress) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::drawBinkMovie (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} *'''p4:''' {{RageType|number}} *'''p5:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''a:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp....")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::releaseBinkMovie (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.releaseBinkMovie(binkMovie) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:28, 8 May 2024 Shr0x talk contribs created page Graphics::stopBinkMovie (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.stopBinkMovie(binkMovie) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:27, 8 May 2024 Shr0x talk contribs created page Graphics::playBinkMovie (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''binkMovie:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.playBinkMovie(binkMovie) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:27, 8 May 2024 Shr0x talk contribs created page Graphics::setBinkMovie (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setBinkMovie(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:27, 8 May 2024 Shr0x talk contribs created page Graphics::clearDrawOrigin (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.clearDrawOrigin() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:27, 8 May 2024 Shr0x talk contribs created page Graphics::setEntityIconColor (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} *'''red:''' {{RageType|number}} *'''green:''' {{RageType|number}} *'''blue:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setEntityIconColor(entity, red, green, blue, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </sy...")
- 11:26, 8 May 2024 Shr0x talk contribs created page Graphics::setEntityIconVisibility (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setEntityIconVisibility(entity, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:26, 8 May 2024 Shr0x talk contribs created page Graphics::addEntityIcon (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} *'''icon:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.addEntityIcon(entity, icon) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:26, 8 May 2024 Shr0x talk contribs created page Graphics::drawSpriteUv (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''textureDict:''' {{RageType|string}} *'''textureName:''' {{RageType|string}} *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''width:''' {{RageType|number}} *'''height:''' {{RageType|number}} *'''u1:''' {{RageType|number}} *'''v1:''' {{RageType|number}} *'''u2:''' {{RageType|number}} *'''v2:''' {{RageType|number}} *'''heading:''' {{RageType|number}} *'''red:''' {{RageType|number}} *'''green:...")
- 11:26, 8 May 2024 Shr0x talk contribs created page Graphics::drawInteractiveSprite (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''textureDict:''' {{RageType|string}} *'''textureName:''' {{RageType|string}} *'''screenX:''' {{RageType|number}} *'''screenY:''' {{RageType|number}} *'''width:''' {{RageType|number}} *'''height:''' {{RageType|number}} *'''heading:''' {{RageType|number}} *'''red:''' {{RageType|number}} *'''green:''' {{RageType|number}} *'''blue:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *...")
- 11:26, 8 May 2024 Shr0x talk contribs created page Graphics::getSafeZoneSize (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getSafeZoneSize() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:25, 8 May 2024 Shr0x talk contribs created page Graphics::setScriptGfxAlignParams (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''w:''' {{RageType|number}} *'''h:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setScriptGfxAlignParams(x, y, w, h) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Catego...")
- 11:24, 8 May 2024 Shr0x talk contribs created page Graphics::getScriptGfxPosition (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} ===Return value=== *''' {{RageType|GetScriptGfxPositionResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getScriptGfxPosition(x, y) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:24, 8 May 2024 Shr0x talk contribs created page Graphics::resetScriptGfxAlign (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.resetScriptGfxAlign() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:24, 8 May 2024 Shr0x talk contribs created page Graphics::setScriptGfxAlign (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''horizontalAlign:''' {{RageType|number}} *'''verticalAlign:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setScriptGfxAlign(horizontalAlign, verticalAlign) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API...")
- 11:23, 8 May 2024 Shr0x talk contribs created page Graphics::setScriptGfxDrawOrder (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''drawOrder:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setScriptGfxDrawOrder(drawOrder) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:23, 8 May 2024 Shr0x talk contribs created page Graphics::setScriptGfxDrawBehindPausemenu (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setScriptGfxDrawBehindPausemenu(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:23, 8 May 2024 Shr0x talk contribs created page Graphics::forceRenderInGameUi (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.forceRenderInGameUi(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:23, 8 May 2024 Shr0x talk contribs created page Graphics::dontRenderInGameUi (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''val:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.dontRenderInGameUi(val) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::deleteCheckpoint (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''checkpoint:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.deleteCheckpoint(checkpoint) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::setCheckpointRgba2 (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''checkpoint:''' {{RageType|number}} *'''red:''' {{RageType|number}} *'''green:''' {{RageType|number}} *'''blue:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setCheckpointRgba2(checkpoint, red, green, blue, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //t...")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::setCheckpointRgba (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''checkpoint:''' {{RageType|number}} *'''red:''' {{RageType|number}} *'''green:''' {{RageType|number}} *'''blue:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setCheckpointRgba(checkpoint, red, green, blue, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //to...")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::setCheckpointScale (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''checkpoint:''' {{RageType|number}} *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setCheckpointScale(checkpoint, p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::setCheckpointCylinderHeight (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''checkpoint:''' {{RageType|number}} *'''nearHeight:''' {{RageType|number}} *'''farHeight:''' {{RageType|number}} *'''radius:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setCheckpointCylinderHeight(checkpoint, nearHeight, farHeight, radius) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </...")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::setCheckpointIconScale (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''checkpoint:''' {{RageType|number}} *'''scale:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setCheckpointIconScale(checkpoint, scale) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Exam...")
- 11:22, 8 May 2024 Shr0x talk contribs created page Graphics::drawSphere (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''red:''' {{RageType|number}} *'''green:''' {{RageType|number}} *'''blue:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.drawSphere(x, y, z, radius, red, green, b...")
- 11:21, 8 May 2024 Shr0x talk contribs created page Graphics::updateLightsOnEntity (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''entity:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.updateLightsOnEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:21, 8 May 2024 Shr0x talk contribs created page Graphics::fadeUpPedLight (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''seconds:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.fadeUpPedLight(seconds) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:21, 8 May 2024 Shr0x talk contribs created page Graphics::returnTwo (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.returnTwo(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:21, 8 May 2024 Shr0x talk contribs created page Graphics::getStatusOfSortedListOperation (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getStatusOfSortedListOperation(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 11:20, 8 May 2024 Shr0x talk contribs created page Graphics::getCurrentNumberOfCloudPhotos (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getCurrentNumberOfCloudPhotos() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")