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).
- 11:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.RemoveDecalsFrom (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.RemoveDecalsFrom() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.DoesHaveDecal (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.DoesHaveDecal(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:51, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.AddClanDecalTo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ped:''' {{RageType|int}} *'''boneIndex:''' {{RageType|int}} *'''x1:''' {{RageType|float}} *'''x2:''' {{RageType|float}} *'''x3:''' {{RageType|float}} *'''y1:''' {{RageType|float}} *'''y2:''' {{RageType|float}} *'''y3:''' {{RageType|float}} *'''z1:''' {{RageType|float}} *'''z2:''' {{RageType|float}} *'''z3:''' {{RageType|float}} *'''scale:''' {{RageType|float}} *'''p13:''' {{RageType|int}} *'''alpha:'...")
- 11:47, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.TaskPlayAnim (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''animation_set:''' {{RageType|string}} *'''animation_name:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.TaskPlayAnim(animation_set, animation_name) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Ex...")
- 11:47, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.TaskEveryoneLeave (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.TaskEveryoneLeave() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:46, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.UseSirenAsHorn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.UseSirenAsHorn(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:46, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetVehRadioStation (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''radioStation:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetVehRadioStation(radioStation) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:46, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRadioLoud (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRadioLoud(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:46, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetRadioEnabled (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetRadioEnabled(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:46, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetBoostActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''Toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetBoostActive(Toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:45, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetSirenWithNoDriver (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetSirenWithNoDriver(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:45, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SoundHornThisFrame (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SoundHornThisFrame() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:45, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetHornEnabled (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetHornEnabled(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:45, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetAudioPriority (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetAudioPriority(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:45, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.PlayDoorOpenSound (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.PlayDoorOpenSound(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:45, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.PlayDoorCloseSound (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.PlayDoorCloseSound(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.PlayStreamFrom (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.PlayStreamFrom() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.OverrideVehHorn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''mute:''' {{RageType|bool}} *'''p2:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.OverrideVehHorn(mute, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsHornActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsHornActive() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetHornHash (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetHornHash() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.GetDefaultHorn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.GetDefaultHorn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.SetAudio (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''audioName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetAudio(audioName) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.IsRadioLoud (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.IsRadioLoud() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:44, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Vehicle.BlipSiren (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.BlipSiren() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_definition_cs}} Category:Clientside API Category:TODO: Example")
- 11:24, 12 May 2024 Shr0x talk contribs created page Template:HtmlWindow definition cs (Created page with "*Active *ExecuteJs *Destroy *MouseInputEnabled *InputEnabled *HeadlessTextureDict *HeadlessTextureName *HeadlessTextureHeightScale *RAGE.Ui.HtmlWindow.SendMouseClickE...")
- 01:12, 12 May 2024 Shr0x talk contribs created page Template:Datafile s function c (Created page with "{{Datafile_functions_c}}")
- 01:09, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Create a new Ped ===Required Params=== *'''model:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''heading:''' {{RageType|float}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="cs"> new Rage.Element.Ped(uint model, Vector3 position, float heading = 0f, uint dimension = 0u) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </sy...")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetWetnessHeight (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''height:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetWetnessHeight(height) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.StopWeaponFiringWhenDropped (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.StopWeaponFiringWhenDropped() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.HasBeenDamagedByWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''weaponType:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HasBeenDamagedByWeapon(weaponHash, weaponType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GiveWeaponTo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''ammoCount:''' {{RageType|int}} *'''isHidden:''' {{RageType|bool}} *'''equipNow:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GiveWeaponTo(weaponHash, ammoCount, isHidden, equipNow) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_de...")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GiveWeaponComponentTo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''componentHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GiveWeaponComponentTo(weaponHash, componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GiveDelayedWeaponTo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''time:''' {{RageType|int}} *'''equipNow:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GiveDelayedWeaponTo(weaponHash, time, equipNow) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Cate...")
- 01:06, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetWeaponObjectFrom (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetWeaponObjectFrom(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetSelectedWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetSelectedWeapon() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetWeaponTintIndex (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetWeaponTintIndex(weaponHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetWeapontypeInSlot (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponSlot:''' {{RageType|uint}} ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetWeapontypeInSlot(weaponSlot) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetAmmoTypeFromWeapon2 (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetAmmoTypeFromWeapon2(weaponHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetLastWeaponImpactCoord (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''coords:''' {{RageType|Vector3}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetLastWeaponImpactCoord(coords) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:05, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetAmmoTypeFromWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetAmmoTypeFromWeapon(weaponHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetAmmoByType (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ammoType:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetAmmoByType(ammoType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetMaxRangeOfCurrentWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetMaxRangeOfCurrentWeapon() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetMaxAmmoInClip (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetMaxAmmoInClip(weaponHash, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetMaxAmmo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetMaxAmmo(weaponHash, int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetLockonRangeOfCurrentWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetLockonRangeOfCurrentWeapon() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetIsGadgetEquipped (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''gadgetHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetIsGadgetEquipped(gadgetHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetCurrentWeaponEntityIndex (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetCurrentWeaponEntityIndex() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetCurrentWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetCurrentWeapon(int, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:04, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetCurrentVehicleWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetCurrentVehicleWeapon(int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 01:03, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetBestWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetBestWeapon(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")