User contributions for Shr0x
8 May 2024
- 12:0812:08, 8 May 2024 diff hist +439 N Graphics::animpostfxStopAndDoUnk Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.animpostfxStopAndDoUnk(effectName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0812:08, 8 May 2024 diff hist +362 N Graphics::animpostfxStopAll Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.animpostfxStopAll() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0812:08, 8 May 2024 diff hist +439 N Graphics::animpostfxIsRunning Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.animpostfxIsRunning(effectName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0812:08, 8 May 2024 diff hist +435 N Graphics::animpostfxGetUnk Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.animpostfxGetUnk(effectName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0812:08, 8 May 2024 diff hist +431 N Graphics::animpostfxStop Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.animpostfxStop(effectName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0812:08, 8 May 2024 diff hist +863 N Graphics::terraingridSetColours Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''lowR:''' {{RageType|number}} *'''lowG:''' {{RageType|number}} *'''lowB:''' {{RageType|number}} *'''lowAlpha:''' {{RageType|number}} *'''r:''' {{RageType|number}} *'''g:''' {{RageType|number}} *'''b:''' {{RageType|number}} *'''alpha:''' {{RageType|number}} *'''highR:''' {{RageType|number}} *'''highG:''' {{RageType|number}} *'''highB:''' {{RageType|number}} *'''highAlpha:''' {{RageType|number}} ===Return..." current
- 12:0812:08, 8 May 2024 diff hist +522 N Graphics::animpostfxPlay Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''effectName:''' {{RageType|string}} *'''duration:''' {{RageType|number}} *'''looped:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.animpostfxPlay(effectName, duration, looped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Categ..." current
- 12:0712:07, 8 May 2024 diff hist +925 N Graphics::terraingridSetParams Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''p3:''' {{RageType|number}} *'''rotation:''' {{RageType|number}} *'''p5:''' {{RageType|number}} *'''width:''' {{RageType|number}} *'''height:''' {{RageType|number}} *'''p8:''' {{RageType|number}} *'''scale:''' {{RageType|number}} *'''glowIntensity:''' {{RageType|number}} *'''normalHeight:''' {{RageType|number}} *'''h..." current
- 12:0712:07, 8 May 2024 diff hist +429 N Graphics::terraingridActivate Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.terraingridActivate(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0712:07, 8 May 2024 diff hist +439 N Graphics::ui3DscenePushPreset Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''presetName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.ui3DscenePushPreset(presetName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0712:07, 8 May 2024 diff hist +368 N Graphics::ui3DsceneIsAvailable Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.ui3DsceneIsAvailable() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0612:06, 8 May 2024 diff hist +433 N Graphics::enableMovieKeyframeWait Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.enableMovieKeyframeWait(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0612:06, 8 May 2024 diff hist +437 N Graphics::clearTvChannelPlaylist Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''tvChannel:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.clearTvChannelPlaylist(tvChannel) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0612:06, 8 May 2024 diff hist +449 N Graphics::isTvPlaylistItemPlaying Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''videoCliphash:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.isTvPlaylistItemPlaying(videoCliphash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0612:06, 8 May 2024 diff hist +535 N Graphics::setTvChannelPlaylistAtHour Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''tvChannel:''' {{RageType|number}} *'''playlistName:''' {{RageType|string}} *'''hour:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setTvChannelPlaylistAtHour(tvChannel, playlistName, hour) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_function..." current
- 12:0612:06, 8 May 2024 diff hist +466 N Graphics::isPlaylistUnk Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''tvChannel:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.isPlaylistUnk(tvChannel, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0612:06, 8 May 2024 diff hist +536 N Graphics::setTvChannelPlaylist Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''tvChannel:''' {{RageType|number}} *'''playlistName:''' {{RageType|string}} *'''restart:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setTvChannelPlaylist(tvChannel, playlistName, restart) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functio..." current
- 12:0512:05, 8 May 2024 diff hist +358 N Graphics::getTvVolume Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getTvVolume() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0512:05, 8 May 2024 diff hist +359 N Graphics::getTvChannel Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getTvChannel() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0512:05, 8 May 2024 diff hist +450 N Graphics::removeScaleformScriptHudMovie Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudComponent:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.removeScaleformScriptHudMovie(hudComponent) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0512:05, 8 May 2024 diff hist +456 N Graphics::hasScaleformScriptHudMovieLoaded Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudComponent:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.hasScaleformScriptHudMovieLoaded(hudComponent) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0512:05, 8 May 2024 diff hist +451 N Graphics::requestScaleformScriptHudMovie Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudComponent:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.requestScaleformScriptHudMovie(hudComponent) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0412:04, 8 May 2024 diff hist +452 N Graphics::scaleformMovieMethodAddParamLatestBriefString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamLatestBriefString(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0412:04, 8 May 2024 diff hist +434 N Graphics::doesLatestBriefStringExist Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''type:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.doesLatestBriefStringExist(type) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0412:04, 8 May 2024 diff hist +453 N Graphics::scaleformMovieMethodAddParamPlayerNameString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamPlayerNameString(string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0412:04, 8 May 2024 diff hist +454 N Graphics::scaleformMovieMethodAddParamTextureNameString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamTextureNameString(string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +455 N Graphics::scaleformMovieMethodAddParamTextureNameString2 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''string:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamTextureNameString2(string) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +375 N Graphics::endTextCommandScaleformString2 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.endTextCommandScaleformString2() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +361 N Graphics::endTextComponent Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.endTextComponent() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +374 N Graphics::endTextCommandScaleformString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.endTextCommandScaleformString() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +454 N Graphics::beginTextCommandScaleformString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''componentType:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.beginTextCommandScaleformString(componentType) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +440 N Graphics::scaleformMovieMethodAddParamBool Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamBool(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +440 N Graphics::scaleformMovieMethodAddParamFloat Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamFloat(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 12:0312:03, 8 May 2024 diff hist +438 N Graphics::scaleformMovieMethodAddParamInt Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.scaleformMovieMethodAddParamInt(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5811:58, 8 May 2024 diff hist +463 N Graphics::getScaleformMovieMethodReturnValueString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''methodReturn:''' {{RageType|number}} ===Return value=== *''' {{RageType|string}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getScaleformMovieMethodReturnValueString(methodReturn) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +462 N Graphics::getScaleformMovieMethodReturnValueBool Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''methodReturn:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getScaleformMovieMethodReturnValueBool(methodReturn) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +460 N Graphics::getScaleformMovieMethodReturnValueInt Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''methodReturn:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.getScaleformMovieMethodReturnValueInt(methodReturn) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +462 N Graphics::isScaleformMovieMethodReturnValueReady Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''methodReturn:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.isScaleformMovieMethodReturnValueReady(methodReturn) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +372 N Graphics::popScaleformMovieFunction Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.popScaleformMovieFunction() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +381 N Graphics::endScaleformMovieMethodReturnValue Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.endScaleformMovieMethodReturnValue() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +374 N Graphics::popScaleformMovieFunctionVoid Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.popScaleformMovieFunctionVoid() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +368 N Graphics::endScaleformMovieMethod Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.endScaleformMovieMethod() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5711:57, 8 May 2024 diff hist +461 N Graphics::beginScaleformMovieMethodOnFrontendHeader Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''methodName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.beginScaleformMovieMethodOnFrontendHeader(methodName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 8 May 2024 diff hist +455 N Graphics::beginScaleformMovieMethodOnFrontend Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''methodName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.beginScaleformMovieMethodOnFrontend(methodName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example" current
- 11:5611:56, 8 May 2024 diff hist +494 N Graphics::beginScaleformMovieMethod Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''methodName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.beginScaleformMovieMethod(scaleform, methodName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Categ..." current
- 11:5611:56, 8 May 2024 diff hist +509 N Graphics::beginScaleformScriptHudMovieMethod Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hudComponent:''' {{RageType|number}} *'''methodName:''' {{RageType|string}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.beginScaleformScriptHudMovieMethod(hudComponent, methodName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientsid..." current
- 11:5611:56, 8 May 2024 diff hist +1,049 N Graphics::callScaleformMovieMethodWithNumberAndString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''methodName:''' {{RageType|string}} *'''floatParam1:''' {{RageType|number}} *'''floatParam2:''' {{RageType|number}} *'''floatParam3:''' {{RageType|number}} *'''floatParam4:''' {{RageType|number}} *'''floatParam5:''' {{RageType|number}} *'''stringParam1:''' {{RageType|string}} *'''stringParam2:''' {{RageType|string}} *'''stringParam3:''' {{RageType|string}} *'''stringP..." current
- 11:5611:56, 8 May 2024 diff hist +715 N Graphics::callScaleformMovieMethodWithString Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''methodName:''' {{RageType|string}} *'''param1:''' {{RageType|string}} *'''param2:''' {{RageType|string}} *'''param3:''' {{RageType|string}} *'''param4:''' {{RageType|string}} *'''param5:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.callScaleformMovieMethodWithString(scaleform, m..." current
- 11:5511:55, 8 May 2024 diff hist +715 N Graphics::callScaleformMovieMethodWithNumber Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''methodName:''' {{RageType|string}} *'''param1:''' {{RageType|number}} *'''param2:''' {{RageType|number}} *'''param3:''' {{RageType|number}} *'''param4:''' {{RageType|number}} *'''param5:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.callScaleformMovieMethodWithNumber(scaleform, m..." current
- 11:5511:55, 8 May 2024 diff hist +945 N Graphics::drawScaleformMovie3DSolid Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''scaleform:''' {{RageType|number}} *'''posX:''' {{RageType|number}} *'''posY:''' {{RageType|number}} *'''posZ:''' {{RageType|number}} *'''rotX:''' {{RageType|number}} *'''rotY:''' {{RageType|number}} *'''rotZ:''' {{RageType|number}} *'''p7:''' {{RageType|number}} *'''p8:''' {{RageType|number}} *'''p9:''' {{RageType|number}} *'''scaleX:''' {{RageType|number}} *'''scaleY:''' {{RageType|number}} *'''scaleZ:'..." current