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).
- 22:51, 24 December 2024 Shr0x talk contribs created page Vehicle::createDriveForceCurve (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Creates a custom drive force curve for vehicles, defining how input RPM maps to output drive force. === Syntax === <syntaxhighlight lang="javascript"> mp.game.vehicle.createDriveForceCurve(curveNameHash, curveData); </syntaxhighlight> === Required Parameters === * '''curveNameHash:''' {{RageType|number}} - The hash identifier for the curve. * '''curveData:''' {{RageType|Array<number>}} - Array of alternating X (i...")
- 20:45, 13 December 2024 Shr0x talk contribs created page Browser::sendMouseClickEvent (Created page with "{{ClientsideJsFunction}} {{JSContainer| == sendMouseClickEvent == This function simulates mouse click events in a CEF browser. It enables interactions with the in-game browser interface programmatically by sending click coordinates, button type, and associated flags. === Syntax === <syntaxhighlight lang="javascript"> browser.sendMouseClickEvent(buttonType, x, y, isUp); </syntaxhighlight> === Required Arguments === * '''buttonType:''' {{RageType|number}} - The mouse but...")
- 19:41, 12 December 2024 Shr0x talk contribs created page Manage Vanilla Dlc (Created page with "==Managing Vanilla DLCs with `dlcpack_level.txt` and Custom `dlclist`== ===Overview=== This feature allows server owners to specify the last permitted vanilla DLC for GTA V by setting it in the `/game_resources/dlcpack_level.txt` file, you can find a list dlc in codewalker. For example: <syntaxhighlight lang="plaintext"> patch2024_01 </syntaxhighlight> Alternatively, a custom `dlclist.xml` can be used for advanced DLC management. ===Benefits=== * '''Smooth GTA Updates...")
- 19:24, 24 November 2024 Shr0x talk contribs created page Discord::requestOAuth2 (Created page with "{{ClientsideJsFunction}} {{JSContainer| == Summary == Initiates an OAuth2 authorization flow for a specified Discord application. Returns a `Promise` resolving with an authorization code. == Syntax == <syntaxhighlight lang="javascript"> Promise<string> mp.discord.requestOAuth2(string applicationId); </syntaxhighlight> === Required Arguments === * '''applicationId:''' {{RageType|string}} - The Client ID of the Discord application. === Return Value === * '''Promise<stri...")
- 12:05, 10 November 2024 Shr0x talk contribs created page Template:Pool list (Created page with "==Available Entity Pools== The following are the main entity pools available on the RAGEMP, used for managing various game entities: {| class="wikitable" ! Entity Pool !! Description |- | '''mp.players''' || Manages all connected players |- | '''mp.vehicles''' || Manages all spawned vehicles |- | '''mp.objects''' || Manages all created objects |- | '''mp.peds''' || Manages all non-player characters (peds) |- | '''mp.markers''' || Ma...")
- 16:07, 9 November 2024 Shr0x talk contribs created page Template:VoiceFx definition c (Created page with "**Player::removeVoiceFx **Player::resetVoiceFx **Player::setVoiceFxChorus **Player::setVoiceFxCompressor **Player::setVoiceFxDistortion **Player::setVoiceFxEcho **Player::setVoiceFxFlanger **Player::setVoiceFxGargle **Player::setVoiceFxI3DL2Reverb **Player::setVoiceFxParamEq **Player::setVoiceFxReverb **Player::setVoiceFxVolume **Player::setVoiceFxPeakEq **Player::setVoiceFxBQF")
- 21:58, 2 November 2024 Shr0x talk contribs created page Browser::orderId (Created page with "{{ClientsideJsFunction}} {{JSContainer| This property controls the browser's `orderId`, which acts like a z-index for determining the rendering order of browser instances. Higher `orderId` values display in front of those with lower values. Useful for managing overlapping UIs. ==Syntax== <syntaxhighlight lang="javascript"> browser.orderId = value; // Sets the orderId let value = browser.orderId; // Gets the current orderId </syntaxhighlight> === Required Arguments ===...")
- 20:02, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppSetString (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''property:''' {{RageType|string}} *'''value:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppSetString(property, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:02, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppSetInt (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''property:''' {{RageType|string}} *'''value:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppSetInt(property, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:02, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppSetFloat (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''property:''' {{RageType|string}} *'''value:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppSetFloat(property, value) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:02, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppSetBlock (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''blockName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppSetBlock(blockName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:01, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppSetApp (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''appName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppSetApp(appName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:01, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppSaveData (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppSaveData() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:01, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppHasSyncedData (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''appName:''' {{RageType|string}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppHasSyncedData(appName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:01, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppHasLinkedSocialClubAccount (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppHasLinkedSocialClubAccount() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:01, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppGetString (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''property:''' {{RageType|string}} ===Return value=== *''' {{RageType|string}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppGetString(property) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:01, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppGetInt (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''property:''' {{RageType|string}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppGetInt(property) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:00, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppGetFloat (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''property:''' {{RageType|string}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppGetFloat(property) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:00, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppGetDeletedFileStatus (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppGetDeletedFileStatus() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 20:00, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppDeleteAppData (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''appName:''' {{RageType|string}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.App.AppDeleteAppData(appName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:58, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppDataValid (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.AppDataValid() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:58, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppCloseBlock (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.AppCloseBlock() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:58, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppCloseApp (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.AppCloseApp() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:58, 20 August 2024 Shr0x talk contribs created page RAGE.Game.App.AppClearBlock (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.AppClearBlock() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{App_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:49, 20 August 2024 Shr0x talk contribs created page RAGE.Game.Ai.SetNextDesiredMoveState (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p0:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> RAGE.Game.Ai.SetNextDesiredMoveState(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ai_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:44, 20 August 2024 Shr0x talk contribs created page RAGE.Elements.Checkpoint.Radius (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| Sets the checkpoint radius. ===Required Params=== *'''radius:''' {{RageType|float}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> checkpoint.Radius = radius; </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:43, 20 August 2024 Shr0x talk contribs created page RAGE.Elements.Checkpoint.Visible (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''visible:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> checkpoint.Visible = visible; </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}} Category:Clientside API Category:TODO: Example")
- 19:43, 20 August 2024 Shr0x talk contribs created page RAGE.Elements.Checkpoint.Direction (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''direction:''' {{RageType|Vector3}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> checkpoint.Direction = direction; </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}} Category:Clientside API Category:TODO: Example")
- 18:08, 19 August 2024 Shr0x talk contribs created page Browser::mouseInputEnabled (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> browser.mouseInputEnabled = toggle; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Browser_definition_c}} Category:Clientside API Category:TODO: Example")
- 17:14, 19 August 2024 Shr0x talk contribs created page Vehicle::setTrailerAttachmentsUnbreakable (Created page with "{{ClientsideJsFunction}} {{JSContainer| ==Required Params== *'''toggle:''' {{RageType|boolean}} ==Return value== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setTrailerAttachmentsUnbreakable(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_functions_c}} Category:Clientside API Category:TODO: Example")
- 09:47, 19 August 2024 Shr0x talk contribs created page Object::streamingRange (Created page with "{{ClientsideJsFunction}} {{JSContainer| This property will set the object's streaming distance (range). ===Required Params=== *'''distance:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> object.streamingRange = distance; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const object = mp.objects.new(mp.game.joaat("02gate3_l"), mp.players.local.position); object.streamingRange = 3...")
- 13:31, 15 August 2024 Shr0x talk contribs created page Gameplay::enableSnow (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.enableSnow = enable; </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::setPlayerRockstarEditorDisabled (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setPlayerRockstarEditorDisabled(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::getIsPlayerInAnimalForm (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getIsPlayerInAnimalForm() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::setPlayerIsInAnimalForm (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setPlayerIsInAnimalForm(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::getPowerSavingModeDuration (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getPowerSavingModeDuration() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::isInPowerSavingMode (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isInPowerSavingMode() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::cleanupAsyncInstall (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.cleanupAsyncInstall() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:30, 15 August 2024 Shr0x talk contribs created page Gameplay::hasAsyncInstallFinished (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.hasAsyncInstallFinished() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::forceSocialClubUpdate (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.forceSocialClubUpdate() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::restartGame (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.restartGame() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::getBenchmarkPassFromCommandLine (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getBenchmarkPassFromCommandLine() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::getBenchmarkIterationsFromCommandLine (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getBenchmarkIterationsFromCommandLine() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::isCommandLineBenchmarkValueSet (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isCommandLineBenchmarkValueSet() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::landingMenuIsActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.landingMenuIsActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::uiIsSingleplayerPauseMenuActive (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.uiIsSingleplayerPauseMenuActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:29, 15 August 2024 Shr0x talk contribs created page Gameplay::saveBenchmarkRecording (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.saveBenchmarkRecording() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:28, 15 August 2024 Shr0x talk contribs created page Gameplay::resetBenchmarkRecording (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.resetBenchmarkRecording() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:28, 15 August 2024 Shr0x talk contribs created page Gameplay::stopBenchmarkRecording (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.stopBenchmarkRecording() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:28, 15 August 2024 Shr0x talk contribs created page Gameplay::startBenchmarkRecording (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.startBenchmarkRecording() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")