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).
- 09:55, 14 August 2024 Shr0x talk contribs created page GameClock:addToTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hours:''' {{RageType|number}} *'''minutes:''' {{RageType|number}} *'''seconds:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.clock.addToTime(hours, minutes, seconds) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameClock_functions_c}} Category:Clientside API...")
- 09:55, 14 August 2024 Shr0x talk contribs created page GameClock:advanceTimeTo (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hour:''' {{RageType|number}} *'''minute:''' {{RageType|number}} *'''second:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.clock.advanceTimeTo(hour, minute, second) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameClock_functions_c}} Category:Clientside API...")
- 09:54, 14 August 2024 Shr0x talk contribs created page GameClock:pause (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.clock.pause(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameClock_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:54, 14 August 2024 Shr0x talk contribs created page GameClock:setTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hour:''' {{RageType|number}} *'''minute:''' {{RageType|number}} *'''second:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.clock.setTime(hour, minute, second) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{GameClock_functions_c}} Category:Clientside API Cat...")
- 09:49, 14 August 2024 Shr0x talk contribs created page Template:GameClock functions c (Created page with "*mp.game.clock.setTime *mp.game.clock.pause *mp.game.clock.advanceTimeTo *mp.game.clock.addToTime *mp.game.clock.getHours *mp.game.clock.getMinutes *mp.game.clock.getSeconds *mp.game.clock.setDate *mp.game.clock.getDayOfWeek *GameClock:getDayOfMonth|mp.game...")
- 09:26, 14 August 2024 Shr0x talk contribs created page Replay:isInteriorRenderingDisabled (Created page with "{{ClientsideJsFunction}} {{JSContainer| Requires all scripts to clean up before the replay system can play back a clip. ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.isInteriorRenderingDisabled() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:24, 14 August 2024 Shr0x talk contribs created page Replay:resetEditorValues (Created page with "{{ClientsideJsFunction}} {{JSContainer| Resets R* editor values, if any. ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.resetEditorValues() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:23, 14 August 2024 Shr0x talk contribs created page Replay:activateRockstarEditor (Created page with "{{ClientsideJsFunction}} {{JSContainer| Activates Rockstar editor ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.activateRockstarEditor() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:22, 14 August 2024 Shr0x talk contribs created page Replay:continueTransition (Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.continueTransition() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:21, 14 August 2024 Shr0x talk contribs created page Replay:isEditorAvailable (Created page with "{{ClientsideJsFunction}} {{JSContainer| Returns true if editor is available, false if not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.isEditorAvailable() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:19, 14 August 2024 Shr0x talk contribs created page Template:Replay functions c (Created page with "*mp.game.replay.isInteriorRenderingDisabled *mp.game.replay.resetEditorValues *mp.game.replay.activateRockstarEditor *mp.game.replay.isEditorAvailable *mp.game.replay.continueTransition")
- 13:18, 13 August 2024 Shr0x talk contribs created page VoiceChat.gameOutputCategory (Created page with "{{ClientsideJsFunction}} {{JSContainer| Default value is set to 'mp.game.joaat('SPEECH_SCRIPTED')' ===Required Params=== *'''setter:''' {{RageType|hash}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.voiceChat.gameOutputCategory = setter; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See Also== {{Voicechat}}")
- 13:16, 13 August 2024 Shr0x talk contribs created page VoiceChat.gameOutputEnabled (Created page with "{{ClientsideJsFunction}} {{JSContainer| Disabled by default. ===Required Params=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.voiceChat.gameOutputEnabled = enable; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See Also== {{Voicechat}}")
- 13:13, 13 August 2024 Shr0x talk contribs created page Template:Voicechat (Created page with "===Voice chat=== *Functions: **mp.voiceChat.getPreprocessingParam **mp.voiceChat.setPreprocessingParam *Properties: **mp.voiceChat.gameOutputEnabled **mp.voiceChat.gameOutputCategory **mp.voiceChat.lastVad **mp.voiceChat.minVad **mp.voiceChat.muted **voiceChat.defaultVolum...")
- 12:56, 13 August 2024 Shr0x talk contribs created page Vehicle::clearModelOverrides (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.clearModelOverrides() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example")
- 12:56, 13 August 2024 Shr0x talk contribs created page Vehicle::removeModelOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''source:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.removeModelOverride(source) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example")
- 12:55, 13 August 2024 Shr0x talk contribs created page Vehicle::addModelOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''source:''' {{RageType|number}} *'''target:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.addModelOverride(source, target) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example")
- 12:48, 13 August 2024 Shr0x talk contribs created page Player::voice3d (Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''setter:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> player.voice3d </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Player_definition_c}} Category:Clientside API Category:TODO: Example")
- 12:39, 13 August 2024 Shr0x talk contribs created page Entity::hasBeenDamagedByEntity (Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''target:''' {{RageType|number}} *'''p2:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> player.hasBeenDamagedByEntity(target, p2); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Entity_definition_c}} Category:Clientside API Category:TODO: Example")
- 12:34, 13 August 2024 Shr0x talk contribs created page Task::updateTaskAimGunScriptedTarget (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''target:''' {{RageType|number}} *'''x:''' {{RageType|Float}} *'''y:''' {{RageType|Float}} *'''z:''' {{RageType|Float}} *'''disableBlockingClip:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.task.updateTaskAimGunScriptedTarget(ped, target, x, y, z, disableBlockingClip); </syntaxhighlight> ==Exa...")
- 12:32, 13 August 2024 Shr0x talk contribs created page Task::setAnimPlaybackTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} *'''phase:''' {{RageType|Float}} *'''priority:''' {{RageType|number}} *'''secondary:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.task.setAnimPlaybackTime(ped, phase, priority, secondary); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also=...")
- 12:17, 13 August 2024 Shr0x talk contribs created page Player::voiceAutoVolume (Created page with " {{ClientsideJsFunction}} {{JSContainer| Returns whether player's voice auto volume is set. * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.players.local.voiceAutoVolume </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Player_definition_c}} Category:Clientside API")
- 12:10, 13 August 2024 Shr0x talk contribs created page Pool::maxStreamed (Created page with " {{ClientsideJsFunction}} {{JSContainer| Returns the max size of entity stream per stream distance * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.Entity.maxStreamed </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { mp.console.logInfo(`Max player stream pool is ${mp.players.maxStreamed}`); //Output: Max player stream po...")
- 12:04, 13 August 2024 Shr0x talk contribs created page Pool::remoteId (Created page with " {{ClientsideJsFunction}} {{JSContainer| Remote ID is a server-side generated entity ID which you can get from client side. Whenever a shared-entity, let's say a blip is created on server-side a new ID is generated for them, you can access this ID on client side from '''remoteId''' property. * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.Entity.remoteId </syntaxhighlight> ==E...")
- 11:58, 13 August 2024 Shr0x talk contribs created page System.isFullscreen (Created page with "{{ClientsideJsFunction}} {{JSContainer| Readonly property, returns whether player's screen is on full screen mode or not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.system.isFullscreen </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { if (mp.system.isFullscreen) { mp.console.logInfo(`Player game is on full screen mode.`); } }) </syntaxhighligh...")
- 11:55, 13 August 2024 Shr0x talk contribs created page System.isFocused (Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.system.isFocused </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { if (mp.system.isFocused) { mp.console.logInfo(`Player is focused into the game`); } }) </syntaxhighlight> }} ==See Also== *Functions: **mp.system.notify *Properties: **syste...")
- 11:40, 13 August 2024 Shr0x talk contribs created page Audio::playSoundHash (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''soundId:''' {{RageType|number}} *'''audioNameHash:''' {{RageType|number}} *'''audioRef:''' {{RageType|string}} *'''p3:''' {{RageType|boolean}} *'''p4:''' {{RageType|number}} *'''p5:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.playSoundHash(soundId, audioNameHash, audioRef, p3, p4, p5) </syntaxhighlight> ==Example==...")
- 11:40, 13 August 2024 Shr0x talk contribs created page Audio::copyCategoryVariables (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryTo:''' {{RageType|number}} *'''categoryFrom:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.copyCategoryVariables(cattegoryTo, categoryFrom) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:T...")
- 11:39, 13 August 2024 Shr0x talk contribs created page Audio::setCategoryVariable (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryHash:''' {{RageType|number}} *'''fieldNameHash:''' {{RageType|number}} *'''value:''' {{RageType|any}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setCategoryVariable(categoryHash, fieldNameHash, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}}...")
- 11:38, 13 August 2024 Shr0x talk contribs created page Audio::getCategoryVariable (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryHash:''' {{RageType|number}} *'''fieldNameHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getCategoryVariable(categoryHash, fieldNameHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Categor...")
- 11:38, 13 August 2024 Shr0x talk contribs created page Audio::restoreCategoryVariables (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''categoryHash:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.restoreCategoryVariables(categoryHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:35, 13 August 2024 Shr0x talk contribs created page Audio::setVehicleHornVariation (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} *'''value:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setVehicleHornVariation(vehicle, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:35, 13 August 2024 Shr0x talk contribs created page Audio::getVehicleDefaultHornVariation (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''vehicle:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getVehicleDefaultHornVariation(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:35, 13 August 2024 Shr0x talk contribs created page Audio::hasMultiplayerDataUnloaded (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.hasMultiplayerDataUnloaded() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:35, 13 August 2024 Shr0x talk contribs created page Audio::hasMultiplayerDataLoaded (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.hasMultiplayerDataLoaded() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:35, 13 August 2024 Shr0x talk contribs created page Audio::stopCutscene (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.stopCutscene() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:35, 13 August 2024 Shr0x talk contribs created page Audio::unrequestTennisBanks (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.unrequestTennisBanks(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:34, 13 August 2024 Shr0x talk contribs created page Audio::requestTennisBanks (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''ped:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.requestTennisBanks(ped) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:34, 13 August 2024 Shr0x talk contribs created page Audio::getMusicVolSlider (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.getMusicVolSlider() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::removePortalSettingsOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.removePortalSettingsOverride(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::setPortalSettingsOverride (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} *'''p1:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setPortalSettingsOverride(p0, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::setSpecialEffectMode (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''mode:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setSpecialEffectMode(mode) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::setSynchronizedEventPositionThisFrame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setSynchronizedEventPositionThisFrame(p0, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::stopSynchronizedEvent (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.stopSynchronizedEvent(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::playSynchronizedEvent (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.playSynchronizedEvent(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::prepareSynchronizedEventForScene (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.prepareSynchronizedEventForScene(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:33, 13 August 2024 Shr0x talk contribs created page Audio::prepareSynchronizedEvent (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|string}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.prepareSynchronizedEvent(p0, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:32, 13 August 2024 Shr0x talk contribs created page Audio::setFlag (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flagName:''' {{RageType|string}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.setFlag(flagName, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:32, 13 August 2024 Shr0x talk contribs created page Audio::distantCopCarSirens (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''value:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.distantCopCarSirens(value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")
- 11:32, 13 August 2024 Shr0x talk contribs created page Audio::freezeMicrophone (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.audio.freezeMicrophone() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Audio_s_function_c}} Category:Clientside API Category:TODO: Example")