User contributions for Shr0x
14 May 2024
- 10:5610:56, 14 May 2024 diff hist −1 Controls::isInputDisabled →See also current
- 10:5610:56, 14 May 2024 diff hist −1 Controls::isDisabledControlPressed →See also current
- 10:5610:56, 14 May 2024 diff hist −1 Controls::isDisabledControlJustPressed →See also current
- 10:5610:56, 14 May 2024 diff hist −1 Controls::isDisabledControlJustReleased →See also current
- 10:5610:56, 14 May 2024 diff hist −1 Controls::isControlReleased →See also current
- 10:5610:56, 14 May 2024 diff hist −1 Controls::isControlPressed →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::isControlJustPressed →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::isControlJustReleased →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::isControlEnabled →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::getDisabledControlNormal →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::getControlNormal →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::getControlValue →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::getControlActionName →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::enableControlAction →See also current
- 10:5510:55, 14 May 2024 diff hist −1 Controls::enableAllControlActions →See also current
- 10:5510:55, 14 May 2024 diff hist 0 Controls::disableControlAction →See also current
- 10:5410:54, 14 May 2024 diff hist −1 Controls::disableControlAction →See also
- 10:5410:54, 14 May 2024 diff hist −1 Controls::disableAllControlActions →See also current
12 May 2024
- 13:1613:16, 12 May 2024 diff hist −13 RAGE.Elements.Blip.HideNumberOn No edit summary current
- 13:1613:16, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetSprite No edit summary current
- 13:1513:15, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetInfoIdType No edit summary current
- 13:1513:15, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetInfoIdEntityIndex No edit summary current
- 13:1413:14, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetInfoIdDisplay No edit summary current
- 13:1413:14, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetCoords No edit summary current
- 13:1413:14, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetInfoIdCoord No edit summary current
- 13:1413:14, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetHudColour No edit summary current
- 13:1413:14, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetColour No edit summary current
- 13:1413:14, 12 May 2024 diff hist −13 RAGE.Elements.Blip.GetAlpha No edit summary current
- 13:1313:13, 12 May 2024 diff hist −13 RAGE.Elements.Blip.EndTextCommandSetName No edit summary current
- 13:1313:13, 12 May 2024 diff hist −13 RAGE.Elements.Blip.DoesExist No edit summary current
- 13:1313:13, 12 May 2024 diff hist −13 RAGE.Elements.Blip.AddTextComponentSubstringName No edit summary current
- 13:1213:12, 12 May 2024 diff hist +4 RAGE.Elements.Blip No edit summary current
- 13:0613:06, 12 May 2024 diff hist +482 N RAGE.Elements.Vehicle.SetHandling Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} *'''val:''' {{RageType|Vector3}} or {{RageType|float}} or {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHandling(key, val) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Ex..." current
- 13:0513:05, 12 May 2024 diff hist +418 N RAGE.Elements.Vehicle.GetDefaultHandlingVector Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetDefaultHandlingVector(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0513:05, 12 May 2024 diff hist +411 N RAGE.Elements.Vehicle.GetDefaultHandlingInt Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetDefaultHandlingInt(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0513:05, 12 May 2024 diff hist +415 N RAGE.Elements.Vehicle.GetDefaultHandlingFloat Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetDefaultHandlingFloat(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0513:05, 12 May 2024 diff hist +411 N RAGE.Elements.Vehicle.GetHandlingVector Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|Vector3}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetHandlingVector(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0513:05, 12 May 2024 diff hist +404 N RAGE.Elements.Vehicle.GetHandlingInt Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetHandlingInt(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0513:05, 12 May 2024 diff hist +408 N RAGE.Elements.Vehicle.GetHandlingFloat Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''key:''' {{RageType|string}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetHandlingFloat(key) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0513:05, 12 May 2024 diff hist +391 N RAGE.Elements.Vehicle.Gear Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Gear </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0413:04, 12 May 2024 diff hist +394 N RAGE.Elements.Vehicle.Rpm Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *''' setter: ''' {{RageType|float}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Rpm </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0313:03, 12 May 2024 diff hist +362 N RAGE.Elements.Vehicle.Controller Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Readonly property. ===Return value=== *''' {{RageType|Player}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.Controller </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 13:0013:00, 12 May 2024 diff hist +656 Template:Vehicle definition cs No edit summary current
- 12:5812:58, 12 May 2024 diff hist +791 N RAGE.Elements.Vehicle Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Create a new vehicle. ===Required Params=== *'''hash:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''heading:''' {{RageType|float}} *'''numberPlate:''' {{RageType|string}} *'''alpha:''' {{RageType|int}} *'''locked:''' {{RageType|bool}} *'''primColor:''' {{RageType|int}} *'''secColor:''' {{RageType|int}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlig..." current
- 12:5412:54, 12 May 2024 diff hist +405 N RAGE.Elements.Vehicle.SetNameDebug Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetNameDebug(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:5412:54, 12 May 2024 diff hist +413 N RAGE.Elements.Vehicle.SetParachuteActive Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''active:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetParachuteActive(active) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:5412:54, 12 May 2024 diff hist +436 N RAGE.Elements.Vehicle.SetRampReceivesRampDamage Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''receivesDamage:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRampReceivesRampDamage(receivesDamage) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:5412:54, 12 May 2024 diff hist +427 N RAGE.Elements.Vehicle.SetCustomParachuteTexture Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''colorIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCustomParachuteTexture(colorIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:5412:54, 12 May 2024 diff hist +434 N RAGE.Elements.Vehicle.SetCustomParachuteModel Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''parachuteModel:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetCustomParachuteModel(parachuteModel) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 12:5412:54, 12 May 2024 diff hist +347 N RAGE.Elements.Vehicle.TrackVisibility Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.TrackVisibility() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example" current