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).
- 04:22, 27 May 2024 Shr0x talk contribs created page Cam::setDofFocalLengthMultiplier (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''camera:''' {{RageType|number}} *'''multiplier:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setDofFocalLengthMultiplier(camera, multiplier) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:22, 27 May 2024 Shr0x talk contribs created page Cam::setDofFnumberOfLens (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''camera:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setDofFnumberOfLens(camera, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setUseHiDof (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setUseHiDof() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setUseShallowDofMode (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setUseShallowDofMode(cam, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setDofPlanes (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} *'''p4:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setDofPlanes(cam, p1, p2, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ca...")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setDofStrength (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''dofStrength:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setDofStrength(cam, dofStrength) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setFarDof (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''farDOF:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setFarDof(cam, farDOF) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setNearDof (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''nearDOF:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setNearDof(cam, nearDOF) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setMotionBlurStrength (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''strength:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setMotionBlurStrength(cam, strength) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setFarClip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''farClip:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setFarClip(cam, farClip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setNearClip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''nearClip:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setNearClip(cam, nearClip) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:21, 27 May 2024 Shr0x talk contribs created page Cam::setFov (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''fieldOfView:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setFov(cam, fieldOfView) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:20, 27 May 2024 Shr0x talk contribs created page Cam::setRot (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''rotationOrder:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setRot(cam, rotX, rotY, rotZ, rotationOrder) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhig...")
- 04:20, 27 May 2024 Shr0x talk contribs created page Cam::setCoord (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setCoord(cam, posX, posY, posZ) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:...")
- 04:20, 27 May 2024 Shr0x talk contribs created page Cam::setParams (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''fieldOfView:''' {{RageType|number}} *'''p8:''' {{RageType|number}} *'''p9:''' {{RageType|number}} *'''p10:''' {{RageType|number}} *'''p11:''' {{RageType|number}} ===Return valu...")
- 04:20, 27 May 2024 Shr0x talk contribs created page Cam::getFarDof (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getFarDof(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::getFarClip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getFarClip(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::getNearClip (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getNearClip(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::getFov (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getFov(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::getRot (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''rotationOrder:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getRot(cam, rotationOrder) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::getCoord (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getCoord(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::getRendering (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.getRendering() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:19, 27 May 2024 Shr0x talk contribs created page Cam::isRendering (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.isRendering(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::isActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.isActive(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::setActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''active:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.setActive(cam, active) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::doesExist (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.doesExist(cam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::destroyAllS (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''bScriptHostCam:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.destroyAllS(bScriptHostCam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::destroy (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cam:''' {{RageType|number}} *'''bScriptHostCam:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.destroy(cam, bScriptHostCam) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::createEraWithParams (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''camHash:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''fov:''' {{RageType|number}} *'''p8:''' {{RageType|boolean}} *'''p9:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang...")
- 04:18, 27 May 2024 Shr0x talk contribs created page Cam::createEra (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''camHash:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.createEra(camHash, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:17, 27 May 2024 Shr0x talk contribs created page Cam::createWithParams (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''camName:''' {{RageType|string}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''fov:''' {{RageType|number}} *'''p8:''' {{RageType|boolean}} *'''p9:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang...")
- 04:17, 27 May 2024 Shr0x talk contribs created page Cam::create (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''camName:''' {{RageType|string}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.create(camName, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:17, 27 May 2024 Shr0x talk contribs created page Cam::stopRenderingScriptCamsUsingCatchUp (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''render:''' {{RageType|boolean}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.stopRenderingScriptCamsUsingCatchUp(render, p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Cam_fun...")
- 04:17, 27 May 2024 Shr0x talk contribs created page Cam::renderScriptS (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''render:''' {{RageType|boolean}} *'''ease:''' {{RageType|boolean}} *'''easeTime:''' {{RageType|number}} *'''p3:''' {{RageType|boolean}} *'''p4:''' {{RageType|boolean}} *'''p5:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.cam.renderScriptS(render, ease, easeTime, p3, p4, p5) </syntaxhighlight> ==Example== <syntaxhighlight lan...")
- 04:02, 27 May 2024 Shr0x talk contribs created page Streaming::setIslandHopperEnabled (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.setIslandHopperEnabled(name, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::getUsedCreatorModelMemoryPercentage (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getUsedCreatorModelMemoryPercentage() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::removeModelFromCreatorBudget (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''modelHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.removeModelFromCreatorBudget(modelHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::addModelToCreatorBudget (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''modelHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.addModelToCreatorBudget(modelHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::shutdownCreatorBudget (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.shutdownCreatorBudget() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::initCreatorBudget (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.initCreatorBudget() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::clearHdArea (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.clearHdArea() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::endSrl (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.endSrl() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:01, 27 May 2024 Shr0x talk contribs created page Streaming::beginSrl (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.beginSrl() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:00, 27 May 2024 Shr0x talk contribs created page Streaming::isSrlLoaded (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.isSrlLoaded() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:00, 27 May 2024 Shr0x talk contribs created page Streaming::overrideLodscaleThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaling:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.overrideLodscaleThisFrame(scaling) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:00, 27 May 2024 Shr0x talk contribs created page Streaming::getLodscale (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getLodscale() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:00, 27 May 2024 Shr0x talk contribs created page Streaming::isSwitchSkippingDescent (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.isSwitchSkippingDescent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 04:00, 27 May 2024 Shr0x talk contribs created page Streaming::getPlayerSwitchInterpOutCurrentTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getPlayerSwitchInterpOutCurrentTime() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 03:59, 27 May 2024 Shr0x talk contribs created page Streaming::getPlayerSwitchInterpOutDuration (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getPlayerSwitchInterpOutDuration() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")
- 03:59, 27 May 2024 Shr0x talk contribs created page Streaming::switchInPlayer (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.switchInPlayer(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example")