User contributions for Shr0x
27 May 2024
- 04:1904:19, 27 May 2024 diff hist +401 N 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" current
- 04:1904:19, 27 May 2024 diff hist +459 N 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" current
- 04:1904:19, 27 May 2024 diff hist +404 N 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" current
- 04:1904:19, 27 May 2024 diff hist +349 N 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" current
- 04:1904:19, 27 May 2024 diff hist +407 N 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" current
- 04:1804:18, 27 May 2024 diff hist +404 N 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" current
- 04:1804:18, 27 May 2024 diff hist +446 N 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" current
- 04:1804:18, 27 May 2024 diff hist +405 N 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" current
- 04:1804:18, 27 May 2024 diff hist +427 N 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" current
- 04:1804:18, 27 May 2024 diff hist +460 N 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" current
- 04:1804:18, 27 May 2024 diff hist +764 N 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..." current
- 04:1804:18, 27 May 2024 diff hist +448 N 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" current
- 04:1704:17, 27 May 2024 diff hist +761 N 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..." current
- 04:1704:17, 27 May 2024 diff hist +445 N 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" current
- 04:1704:17, 27 May 2024 diff hist +540 N 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..." current
- 04:1704:17, 27 May 2024 diff hist +607 N 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..." current
- 04:1204:12, 27 May 2024 diff hist +10,419 Template:Cam functions c No edit summary
- 04:0304:03, 27 May 2024 diff hist +81 Streaming::setInteriorActive No edit summary current
- 04:0304:03, 27 May 2024 diff hist +94 Streaming::loadScene No edit summary current
- 04:0204:02, 27 May 2024 diff hist +473 N 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" current
- 04:0104:01, 27 May 2024 diff hist +383 N 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" current
- 04:0104:01, 27 May 2024 diff hist +445 N 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" current
- 04:0104:01, 27 May 2024 diff hist +443 N 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" current
- 04:0104:01, 27 May 2024 diff hist +367 N 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" current
- 04:0104:01, 27 May 2024 diff hist +363 N 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" current
- 04:0104:01, 27 May 2024 diff hist +357 N 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" current
- 04:0104:01, 27 May 2024 diff hist +352 N 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" current
- 04:0104:01, 27 May 2024 diff hist +354 N 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" current
- 04:0004:00, 27 May 2024 diff hist +360 N 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" current
- 04:0004:00, 27 May 2024 diff hist +438 N 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" current
- 04:0004:00, 27 May 2024 diff hist +360 N 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" current
- 04:0004:00, 27 May 2024 diff hist +372 N 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" current
- 04:0004:00, 27 May 2024 diff hist +383 N 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" current
- 03:5903:59, 27 May 2024 diff hist +380 N 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" current
- 03:5903:59, 27 May 2024 diff hist +419 N 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" current
- 03:5903:59, 27 May 2024 diff hist +512 N Streaming::switchOutPlayer Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''flags:''' {{RageType|number}} *'''switchType:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.switchOutPlayer(ped, flags, switchType) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Client..." current
- 03:5903:59, 27 May 2024 diff hist +366 N Streaming::disableSwitchOutroFx Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.disableSwitchOutroFx() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5903:59, 27 May 2024 diff hist +376 N Streaming::enableSwitchPauseBeforeDescent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.enableSwitchPauseBeforeDescent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5903:59, 27 May 2024 diff hist +373 N Streaming::isSwitchReadyForDescent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.isSwitchReadyForDescent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5803:58, 27 May 2024 diff hist +371 N Streaming::allowPlayerSwitchDescent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.allowPlayerSwitchDescent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5803:58, 27 May 2024 diff hist +361 N Streaming::allowPlayerSwitchAscent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.allowPlayerSwitchAscent() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5803:58, 27 May 2024 diff hist +361 N Streaming::allowPlayerSwitchOutro Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.allowPlayerSwitchOutro() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5803:58, 27 May 2024 diff hist +359 N Streaming::allowPlayerSwitchPan Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.allowPlayerSwitchPan() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5803:58, 27 May 2024 diff hist +430 N Streaming::setPlayerSwitchEstablishingShot Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.setPlayerSwitchEstablishingShot(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5703:57, 27 May 2024 diff hist +861 N Streaming::setPlayerSwitchOutro Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''cameraCoordX:''' {{RageType|number}} *'''cameraCoordY:''' {{RageType|number}} *'''cameraCoordZ:''' {{RageType|number}} *'''camRotationX:''' {{RageType|number}} *'''camRotationY:''' {{RageType|number}} *'''camRotationZ:''' {{RageType|number}} *'''camFov:''' {{RageType|number}} *'''camFarClip:''' {{RageType|number}} *'''rotationOrder:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' =..." current
- 03:5703:57, 27 May 2024 diff hist +367 N Streaming::getPlayerSwitchJumpCutIndex Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getPlayerSwitchJumpCutIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5703:57, 27 May 2024 diff hist +365 N Streaming::getPlayerShortSwitchState Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getPlayerShortSwitchState() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5703:57, 27 May 2024 diff hist +360 N Streaming::getPlayerSwitchState Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getPlayerSwitchState() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5703:57, 27 May 2024 diff hist +359 N Streaming::getPlayerSwitchType Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.getPlayerSwitchType() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current
- 03:5703:57, 27 May 2024 diff hist +365 N Streaming::isPlayerSwitchInProgress Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.isPlayerSwitchInProgress() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_functions_c}} Category:Clientside API Category:TODO: Example" current