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).
- 02:00, 25 April 2021 MrPancakers2 talk contribs created page Pool::toArrayFast (Created page with "__NOTOC__ {{SharedJsFunction}} Same as Pool::toArray except it doesn't create a new array each time and instead updates it and returns the same array. {{JSContainer| == S...")
- 01:16, 25 April 2021 MrPancakers2 talk contribs created page Storage.sessionData (Created page with "__NOTOC__ {{ClientsideJsProperty}} Keeps data saved over resource reloads, but is cleared on reconnect. {{JSContainer| == Syntax == <pre> mp.storage.sessionData </pre> == E...")
- 01:15, 25 April 2021 MrPancakers2 talk contribs created page Template:Storage definition c (Created page with "*Functions: **mp.storage.flush *Properties: **mp.storage.data **mp.storage.sessionData")
- 04:30, 18 August 2020 MrPancakers2 talk contribs created page Globals::waitAsync (Created page with "__NOTOC__ {{ClientsideJsFunction}} An asynchronous function that pauses execution of your current script. {{JSContainer| == Syntax == <pre> mp.game.wait(ms); </pre> === Par...")
- 09:18, 20 July 2020 MrPancakers2 talk contribs created page World::requestIpl (Created page with "__TOC__ {{ServersideJsFunction}} This function will request an IPL and sync it to every client. {{JSContainer| == Syntax == <pre>mp.world.requestIpl(ipl);</pre> == Require...")
- 01:01, 15 July 2020 MrPancakers2 talk contribs created page Template:Network functions (Created page with "**Network::startBatch **Network::endBatch")
- 01:01, 15 July 2020 MrPancakers2 talk contribs created page Template:Network definition (Created page with "*Functions {{Network_functions}}")
- 23:37, 28 May 2020 MrPancakers2 talk contribs created page Template:Preferences definition c (Created page with "*mp.user.preferences.language *mp.user.preferences.lowQualityAssets")
- 23:34, 28 May 2020 MrPancakers2 talk contribs created page Preferences::language (Created page with "__NOTOC__ {{ClientsideJsProperty}} Gets the client's language settings (Set inside the RAGE:MP client) {{JSContainer| == Syntax == <pre> mp.user.preferences.language </pre>...")
- 01:36, 22 April 2020 MrPancakers2 talk contribs created page Template:ClientsideJsProperty (Created page with "<div style="padding: 4px 8px 5px 5px; border-bottom: 2px solid #ff704d; margin: 20px 0 -2px;"> <h1 style="border-bottom: 0px; margin: 0;"><div style="display: inline-block; wi...")
- 01:33, 22 April 2020 MrPancakers2 talk contribs created page Template:ServersideJsProperty (Created page with "<div style="padding: 4px 8px 5px 5px; border-bottom: 2px solid #BE42E3; margin: 20px 0 -2px;"> <h1 style="border-bottom: 0px; margin: 0;"><div style="display: inline-block; wi...")
- 10:04, 21 April 2020 MrPancakers2 talk contribs created page Pool::forEachFast (Created page with "__NOTOC__ {{ServersideJsFunction}} Calling for each entity in a pool. Same as forEach except faster at lookups. Do not use this for destroying entities. {{JSContainer| == Syn...")
- 02:09, 21 April 2020 MrPancakers2 talk contribs created page Weapon::unequipEmptyWeapons (Created page with "__NOTOC__ Toggle if you want to stop the player from putting away a weapon when it runs out of ammo. == Setter == *{{RageType|Bool}} - Enable/Disable unequip {{JSContainer|...")
- 02:00, 21 April 2020 MrPancakers2 talk contribs created page EntityControllerChange (Created page with "{{ClientsideJsEvent}} Triggered when an entities controller has been changed. {{JSContainer| === Parameters === *'''entity''': {{RageType|Object}} *'''newController''': {{Rag...")
- 00:16, 21 April 2020 MrPancakers2 talk contribs created page Pool::getClosestInDimension (Created page with "__NOTOC__ {{ServersideJsFunction}} Gets the closest set of entities to a position in the defined dimension. {{JSContainer| == Syntax == <pre>mp.pool.getClosestInDimension(p...")
- 00:04, 21 April 2020 MrPancakers2 talk contribs created page DummyEntityDestroyed (Created page with "{{ClientsideJsEvent}} Triggered when a dummy has been destroyed. {{JSContainer| === Parameters === *'''entity''': {{RageType|Int}} *'''dummyType''': {{RageType|Object}} ==...")
- 23:52, 20 April 2020 MrPancakers2 talk contribs created page OutgoingDamage (Created page with "{{ClientsideCsJsEvent}} Triggered upon damage that an entity is about to give another entity. This event is also cancellable. {{JSContainer| === Parameters === *'''sourceEn...")
- 23:51, 20 April 2020 MrPancakers2 talk contribs created page IncomingDamage (Created page with "{{ClientsideCsJsEvent}} Triggered upon damage that is about to be given to the player. This event is also cancellable. {{JSContainer| === Parameters === *'''sourceEntity'''...")
- 23:19, 20 April 2020 MrPancakers2 talk contribs created page Template:SharedJsEvent (Created page with "<div class="header" style="padding: 4px 8px 5px 5px; border-bottom: 2px solid #00baad; margin: 20px 0 -2px;"> <h1 style="border-bottom: 0px; margin: 0;"><div style="display: i...")
- 23:01, 20 April 2020 MrPancakers2 talk contribs created page Player::kickSilent (Created page with "__NOTOC__ {{ServersideJsFunction}} Silently kicks the player which will then reconnect them back to the server. Useful for quick reconnects without going through the UI. The c...")
- 22:17, 20 April 2020 MrPancakers2 talk contribs created page Players::isTypingInTextChat (Created page with "{{ClientsideJsFunction}} Returns if the player is currently typing in the chat. You can also invoke this inside CEF using mp.invoke("setTypingInChatState", state); ==Getter...")
- 06:43, 17 April 2020 MrPancakers2 talk contribs created page System::isFullscreen (Created page with "{{ClientsideJsFunction}} True/False if the client's window is in Fullscreen mode. {{JSContainer| == Syntax == <pre> mp.system.isFullscreen; </pre> == Examples == <pre> //...")
- 06:42, 17 April 2020 MrPancakers2 talk contribs created page System::isFocused (Created page with "{{ClientsideJsFunction}} Value to show if the user has RAGE Multiplayer focused or if they're tabbed out. {{JSContainer| == Syntax == <pre> mp.system.isFocused; </pre> == E...")
- 06:32, 17 April 2020 MrPancakers2 talk contribs created page System::notify (Created page with "{{ClientsideJsFunction}} Sends the user a Windows notification. {{JSContainer| == Syntax == <pre> mp.system.notify({ title, text, attribute, duration, silent }); </pre> ===...")
- 04:15, 16 April 2020 MrPancakers2 talk contribs created page Entity::setVariables (Created page with "{{ServersideJsFunction}} Set multiple custom data variables to an entity. {{JSContainer| ==Syntax== <pre> entity.setVariables({'variable1': value1, 'variable2': value2}); </...")
- 04:03, 16 April 2020 User account MrPancakers2 talk contribs was created