User contributions for Shr0x

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 May 2024

  • 04:1904:19, 27 May 2024 diff hist +401 N Cam::getFovCreated 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::getRotCreated 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::getCoordCreated 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::getRenderingCreated 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::isRenderingCreated 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::isActiveCreated 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::setActiveCreated 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::doesExistCreated 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::destroyAllSCreated 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::destroyCreated 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::createEraWithParamsCreated 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::createEraCreated 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::createWithParamsCreated 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::createCreated 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::stopRenderingScriptCamsUsingCatchUpCreated 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::renderScriptSCreated 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 cNo edit summary
  • 04:0304:03, 27 May 2024 diff hist +81 Streaming::setInteriorActiveNo edit summary current
  • 04:0304:03, 27 May 2024 diff hist +94 Streaming::loadSceneNo edit summary current
  • 04:0204:02, 27 May 2024 diff hist +473 N Streaming::setIslandHopperEnabledCreated 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::getUsedCreatorModelMemoryPercentageCreated 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::removeModelFromCreatorBudgetCreated 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::addModelToCreatorBudgetCreated 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::shutdownCreatorBudgetCreated 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::initCreatorBudgetCreated 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::clearHdAreaCreated 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::endSrlCreated 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::beginSrlCreated 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::isSrlLoadedCreated 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::overrideLodscaleThisFrameCreated 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::getLodscaleCreated 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::isSwitchSkippingDescentCreated 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::getPlayerSwitchInterpOutCurrentTimeCreated 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::getPlayerSwitchInterpOutDurationCreated 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::switchInPlayerCreated 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::switchOutPlayerCreated 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::disableSwitchOutroFxCreated 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::enableSwitchPauseBeforeDescentCreated 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::isSwitchReadyForDescentCreated 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::allowPlayerSwitchDescentCreated 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::allowPlayerSwitchAscentCreated 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::allowPlayerSwitchOutroCreated 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::allowPlayerSwitchPanCreated 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::setPlayerSwitchEstablishingShotCreated 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::setPlayerSwitchOutroCreated 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::getPlayerSwitchJumpCutIndexCreated 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::getPlayerShortSwitchStateCreated 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::getPlayerSwitchStateCreated 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::getPlayerSwitchTypeCreated 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::isPlayerSwitchInProgressCreated 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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)