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).
- 14:16, 8 May 2024 Shr0x talk contribs created page Vehicle::deleteBrokenWheelObjects (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.deleteBrokenWheelObjects </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(1); if (!vehicle || !mp.vehicles.exists(vehicle)) return; vehicle.deleteBrokenWheelObjects = true; </syntaxhighlight> }} ==See also== {{Gr...")
- 12:09, 8 May 2024 Shr0x talk contribs created page Graphics::stopAllScreenEffects (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.stopAllScreenEffects() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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...")
- 12:08, 8 May 2024 Shr0x talk contribs created page 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...")
- 12:07, 8 May 2024 Shr0x talk contribs created page 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...")
- 12:07, 8 May 2024 Shr0x talk contribs created page 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")
- 12:07, 8 May 2024 Shr0x talk contribs created page 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")
- 12:07, 8 May 2024 Shr0x talk contribs created page 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")
- 12:06, 8 May 2024 Shr0x talk contribs created page 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")
- 12:06, 8 May 2024 Shr0x talk contribs created page 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")
- 12:06, 8 May 2024 Shr0x talk contribs created page 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")
- 12:06, 8 May 2024 Shr0x talk contribs created page 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...")
- 12:06, 8 May 2024 Shr0x talk contribs created page 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")
- 12:06, 8 May 2024 Shr0x talk contribs created page 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...")
- 12:05, 8 May 2024 Shr0x talk contribs created page 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")
- 12:05, 8 May 2024 Shr0x talk contribs created page 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")
- 12:05, 8 May 2024 Shr0x talk contribs created page 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")
- 12:05, 8 May 2024 Shr0x talk contribs created page 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")
- 12:05, 8 May 2024 Shr0x talk contribs created page 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")
- 12:04, 8 May 2024 Shr0x talk contribs created page 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")
- 12:04, 8 May 2024 Shr0x talk contribs created page 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")
- 12:04, 8 May 2024 Shr0x talk contribs created page 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")
- 12:04, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 12:03, 8 May 2024 Shr0x talk contribs created page 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")
- 11:58, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:57, 8 May 2024 Shr0x talk contribs created page 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")
- 11:56, 8 May 2024 Shr0x talk contribs created page 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")
- 11:56, 8 May 2024 Shr0x talk contribs created page 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...")
- 11:56, 8 May 2024 Shr0x talk contribs created page 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...")
- 11:56, 8 May 2024 Shr0x talk contribs created page 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...")
- 11:56, 8 May 2024 Shr0x talk contribs created page 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...")