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).
- 13:28, 15 August 2024 Shr0x talk contribs created page Gameplay::scriptRaceGetPlayerSplitTime (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''player:''' {{RageType|number}} ===Return value=== *''' {{RageType|ScriptRaceGetPlayerSplitTimeResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.scriptRaceGetPlayerSplitTime(player) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:27, 15 August 2024 Shr0x talk contribs created page Gameplay::scriptRaceShutdown (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.scriptRaceShutdown() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:27, 15 August 2024 Shr0x talk contribs created page Gameplay::scriptRaceInit (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} *'''p1:''' {{RageType|number}} *'''p2:''' {{RageType|number}} *'''p3:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.scriptRaceInit(p0, p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Categor...")
- 13:27, 15 August 2024 Shr0x talk contribs created page Gameplay::forceGameStatePlaying (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.forceGameStatePlaying() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:27, 15 August 2024 Shr0x talk contribs created page Gameplay::areProfileSettingsValid (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.areProfileSettingsValid() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:26, 15 August 2024 Shr0x talk contribs created page Gameplay::removeStealthKill (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''hash:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.removeStealthKill(hash, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:26, 15 August 2024 Shr0x talk contribs created page Gameplay::displayOnscreenKeyboardWithLongerInitialString (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} *'''windowTitle:''' {{RageType|string}} *'''defaultText:''' {{RageType|string}} *'''defaultConcat1:''' {{RageType|string}} *'''defaultConcat2:''' {{RageType|string}} *'''defaultConcat3:''' {{RageType|string}} *'''defaultConcat4:''' {{RageType|string}} *'''defaultConcat5:''' {{RageType|string}} *'''defaultConcat6:''' {{RageType|string}} *'''defaultConcat7:''' {{RageType|string}}...")
- 13:26, 15 August 2024 Shr0x talk contribs created page Gameplay::setRiotModeEnabled (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setRiotModeEnabled(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::clearTacticalAnalysisPoints (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.clearTacticalAnalysisPoints() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::addTacticalAnalysisPoint (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.addTacticalAnalysisPoint(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:T...")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::resetDispatchSpawnBlockingAreas (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.resetDispatchSpawnBlockingAreas() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::addDispatchSpawnBlockingArea (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x1:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''y2:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.addDispatchSpawnBlockingArea(x1, y1, x2, y2) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functio...")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::addDispatchSpawnBlockingAngledArea (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x1:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''y2:''' {{RageType|number}} *'''z2:''' {{RageType|number}} *'''width:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.addDispatchSpawnBlockingAngledArea(x1, y1, z1, x2, y2, z2, width) </syntaxhig...")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::resetDispatchTimeBetweenSpawnAttempts (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.resetDispatchTimeBetweenSpawnAttempts(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::resetDispatchIdealSpawnDistance (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.resetDispatchIdealSpawnDistance() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::setDispatchSpawnLocation (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setDispatchSpawnLocation(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:T...")
- 13:25, 15 August 2024 Shr0x talk contribs created page Gameplay::resetDispatchSpawnLocation (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.resetDispatchSpawnLocation() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:24, 15 August 2024 Shr0x talk contribs created page Gameplay::removePopMultiplierSphere (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.removePopMultiplierSphere(id, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:24, 15 August 2024 Shr0x talk contribs created page Gameplay::doesPopMultiplierSphereExist (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.doesPopMultiplierSphereExist(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:24, 15 August 2024 Shr0x talk contribs created page Gameplay::addPopMultiplierSphere (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x:''' {{RageType|number}} *'''y:''' {{RageType|number}} *'''z:''' {{RageType|number}} *'''radius:''' {{RageType|number}} *'''pedMultiplier:''' {{RageType|number}} *'''vehicleMultiplier:''' {{RageType|number}} *'''p6:''' {{RageType|boolean}} *'''p7:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.addPopMultiplierSphe...")
- 13:24, 15 August 2024 Shr0x talk contribs created page Gameplay::isPopMultiplierAreaUnk (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isPopMultiplierAreaUnk(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:24, 15 August 2024 Shr0x talk contribs created page Gameplay::removePopMultiplierArea (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} *'''p1:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.removePopMultiplierArea(id, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:24, 15 August 2024 Shr0x talk contribs created page Gameplay::doesPopMultiplierAreaExist (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''id:''' {{RageType|number}} ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.doesPopMultiplierAreaExist(id) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:23, 15 August 2024 Shr0x talk contribs created page Gameplay::addPopMultiplierArea (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''x1:''' {{RageType|number}} *'''y1:''' {{RageType|number}} *'''z1:''' {{RageType|number}} *'''x2:''' {{RageType|number}} *'''y2:''' {{RageType|number}} *'''z2:''' {{RageType|number}} *'''p6:''' {{RageType|number}} *'''p7:''' {{RageType|number}} *'''p8:''' {{RageType|boolean}} *'''p9:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp...")
- 13:23, 15 August 2024 Shr0x talk contribs created page Gameplay::setIncidentUnk (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''incidentId:''' {{RageType|number}} *'''p1:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setIncidentUnk(incidentId, p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:23, 15 August 2024 Shr0x talk contribs created page Gameplay::setIncidentRequestedUnits (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''incidentId:''' {{RageType|number}} *'''dispatchService:''' {{RageType|number}} *'''numUnits:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setIncidentRequestedUnits(incidentId, dispatchService, numUnits) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Ga...")
- 13:23, 15 August 2024 Shr0x talk contribs created page Gameplay::getNumDispatchedUnitsForPlayer (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dispatchService:''' {{RageType|number}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getNumDispatchedUnitsForPlayer(dispatchService) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:23, 15 August 2024 Shr0x talk contribs created page Gameplay::blockDispatchServiceResourceCreation (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''dispatchService:''' {{RageType|number}} *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.blockDispatchServiceResourceCreation(dispatchService, toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside...")
- 13:22, 15 August 2024 Shr0x talk contribs created page Gameplay::copyMemory (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''size:''' {{RageType|number}} ===Return value=== *''' {{RageType|CopyMemoryResult}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.copyMemory(size) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:22, 15 August 2024 Shr0x talk contribs created page Gameplay::stopSaveArray (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.stopSaveArray() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:21, 15 August 2024 Shr0x talk contribs created page Gameplay::startSaveArrayWithSize (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''size:''' {{RageType|number}} *'''arrayName:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.startSaveArrayWithSize(size, arrayName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:21, 15 August 2024 Shr0x talk contribs created page Gameplay::stopSaveStruct (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.stopSaveStruct() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:21, 15 August 2024 Shr0x talk contribs created page Gameplay::startSaveStructWithSize (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''size:''' {{RageType|number}} *'''structName:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.startSaveStructWithSize(size, structName) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Exa...")
- 13:21, 15 August 2024 Shr0x talk contribs created page Gameplay::registerTextLabelToSave2 (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.registerTextLabelToSave2(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:21, 15 August 2024 Shr0x talk contribs created page Gameplay::registerInt64ToSave (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.registerInt64ToSave(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:21, 15 August 2024 Shr0x talk contribs created page Gameplay::getSizeOfSaveData (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getSizeOfSaveData(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:20, 15 August 2024 Shr0x talk contribs created page Gameplay::stopSaveData (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.stopSaveData() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:20, 15 August 2024 Shr0x talk contribs created page Gameplay::getIndexOfCurrentLevel (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getIndexOfCurrentLevel() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:20, 15 August 2024 Shr0x talk contribs created page Gameplay::populateNow (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.populateNow() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:20, 15 August 2024 Shr0x talk contribs created page Gameplay::isFrontendFading (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isFrontendFading() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:20, 15 August 2024 Shr0x talk contribs created page Gameplay::setInstancePriorityHint (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''flag:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setInstancePriorityHint(flag) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:20, 15 August 2024 Shr0x talk contribs created page Gameplay::setInstancePriorityMode (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''p0:''' {{RageType|number}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setInstancePriorityMode(p0) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:19, 15 August 2024 Shr0x talk contribs created page Gameplay::cancelStuntJump (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.cancelStuntJump() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:19, 15 August 2024 Shr0x talk contribs created page Gameplay::getTotalSuccessfulStuntJumps (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getTotalSuccessfulStuntJumps() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:19, 15 August 2024 Shr0x talk contribs created page Gameplay::getNumSuccessfulStuntJumps (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getNumSuccessfulStuntJumps() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:19, 15 August 2024 Shr0x talk contribs created page Gameplay::isStuntJumpMessageShowing (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isStuntJumpMessageShowing() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:19, 15 August 2024 Shr0x talk contribs created page Gameplay::isStuntJumpInProgress (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isStuntJumpInProgress() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:19, 15 August 2024 Shr0x talk contribs created page Gameplay::setStuntJumpsCanTrigger (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''toggle:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setStuntJumpsCanTrigger(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:17, 15 August 2024 Shr0x talk contribs created page Gameplay::isAussieVersion (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isAussieVersion() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
- 13:17, 15 August 2024 Shr0x talk contribs created page Gameplay::isPcVersion (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isPcVersion() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")