User contributions for Shr0x
2 November 2024
- 09:2909:29, 2 November 2024 diff hist +905 Player::resetRagdollTimer No edit summary current
- 09:2709:27, 2 November 2024 diff hist +1,158 Ped::getHeadOverlayNum No edit summary current
- 09:2409:24, 2 November 2024 diff hist +1,754 Dlc1::getVariantComponent No edit summary current
1 November 2024
- 11:5511:55, 1 November 2024 diff hist +1 Vehicle::isTyreBurst No edit summary current
- 11:5511:55, 1 November 2024 diff hist −307 Vehicle::isTyreBurst No edit summary
- 10:2310:23, 1 November 2024 diff hist +1,850 Vehicle::isTyreBurst No edit summary
31 October 2024
- 18:0818:08, 31 October 2024 diff hist −362 Vehicle::setDoorBroken No edit summary current
21 August 2024
- 10:5410:54, 21 August 2024 diff hist +55 Ui::givePedToPauseMenu No edit summary current
20 August 2024
- 20:0220:02, 20 August 2024 diff hist +463 N 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" current
- 20:0220:02, 20 August 2024 diff hist +457 N 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" current
- 20:0220:02, 20 August 2024 diff hist +461 N 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" current
- 20:0220:02, 20 August 2024 diff hist +423 N 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" current
- 20:0120:01, 20 August 2024 diff hist +417 N 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" current
- 20:0120:01, 20 August 2024 diff hist +353 N 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" current
- 20:0120:01, 20 August 2024 diff hist +424 N 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" current
- 20:0120:01, 20 August 2024 diff hist +371 N 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" current
- 20:0120:01, 20 August 2024 diff hist +424 N 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" current
- 20:0120:01, 20 August 2024 diff hist +418 N 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" current
- 20:0020:00, 20 August 2024 diff hist +422 N 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" current
- 20:0020:00, 20 August 2024 diff hist +364 N 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" current
- 20:0020:00, 20 August 2024 diff hist +424 N 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" current
- 20:0020:00, 20 August 2024 diff hist −3 RAGE.Game.App.AppDataValid No edit summary current
- 20:0020:00, 20 August 2024 diff hist −3 RAGE.Game.App.AppCloseBlock No edit summary current
- 20:0020:00, 20 August 2024 diff hist −3 RAGE.Game.App.AppCloseApp No edit summary current
- 19:5919:59, 20 August 2024 diff hist −3 RAGE.Game.App.AppClearBlock No edit summary current
- 19:5819:58, 20 August 2024 diff hist +357 N 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:5819:58, 20 August 2024 diff hist +358 N 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:5819:58, 20 August 2024 diff hist +356 N 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:5819:58, 20 August 2024 diff hist +358 N 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:4919:49, 20 August 2024 diff hist +419 N 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" current
- 19:4719:47, 20 August 2024 diff hist +33 Client-side CSharp functions →Input current
- 19:4419:44, 20 August 2024 diff hist +438 N 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" current
- 19:4319:43, 20 August 2024 diff hist +418 N 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" current
- 19:4319:43, 20 August 2024 diff hist +424 N 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" current
- 19:4219:42, 20 August 2024 diff hist −13 RAGE.Elements.Checkpoint.SetRgba No edit summary current
- 19:4119:41, 20 August 2024 diff hist −13 RAGE.Elements.Checkpoint.SetIconRgba No edit summary current
- 19:4119:41, 20 August 2024 diff hist −13 RAGE.Elements.Checkpoint.SetCylinderHeight No edit summary current
- 19:4119:41, 20 August 2024 diff hist +1 RAGE.Elements.Checkpoint No edit summary current
19 August 2024
- 18:0918:09, 19 August 2024 diff hist −72 Template:Graphics functions c No edit summary
- 18:0818:08, 19 August 2024 diff hist +423 N 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" current
- 18:0518:05, 19 August 2024 diff hist +184 Template:Browser definition c No edit summary
- 18:0218:02, 19 August 2024 diff hist −9 Template:Browser definition c No edit summary
- 17:1417:14, 19 August 2024 diff hist +435 N 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" current
- 10:0010:00, 19 August 2024 diff hist +441 Object::ObjectWeak No edit summary current
- 09:4809:48, 19 August 2024 diff hist +31 Object::streamingRange No edit summary current
- 09:4709:47, 19 August 2024 diff hist +592 N 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..."
15 August 2024
- 13:3113:31, 15 August 2024 diff hist +425 N 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" current
- 13:3013:30, 15 August 2024 diff hist +441 N 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" current
- 13:3013:30, 15 August 2024 diff hist +371 N 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" current
- 13:3013:30, 15 August 2024 diff hist +433 N 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" current