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).
- 00:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.HasGotWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HasGotWeapon(weaponHash, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.HasGotWeaponComponent (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''componentHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HasGotWeaponComponent(weaponHash, componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.HideWeaponForScriptedCutscene (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HideWeaponForScriptedCutscene(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:24, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsFlashLightOn (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsFlashLightOn() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsArmed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsArmed(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsCurrentWeaponSilenced (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsCurrentWeaponSilenced() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsWeaponComponentActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''componentHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsWeaponComponentActive(weaponHash, componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsWeaponReadyToShoot (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsWeaponReadyToShoot() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.MakeReload (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.MakeReload() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SkipNextReloading (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SkipNextReloading() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:23, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.RemoveAllWeapons (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.RemoveAllWeapons(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.RemoveWeaponComponentFrom (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''componentHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.RemoveWeaponComponentFrom(weaponHash, componentHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.RemoveWeaponFrom (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.RemoveWeaponFrom(weaponHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetAmmoInClip (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''ammo:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetAmmoInClip(weaponHash, ammo) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetCurrentVehicleWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetCurrentVehicleWeapon(weaponHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetCurrentWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''equipNow:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetCurrentWeapon(weaponHash, equipNow) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetAmmo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''ammo:''' {{RageType|int}} *'''p3:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetAmmo(weaponHash, ammo, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetAmmoByType (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''ammoType:''' {{RageType|int}} *'''ammo:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetAmmoByType(ammoType, ammo) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetAmmoToDrop (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetAmmoToDrop(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetChanceOfFiringBlanks (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''xBias:''' {{RageType|float}} *'''yBias:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetChanceOfFiringBlanks(xBias, yBias) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:22, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetCurrentWeaponVisible (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''visible:''' {{RageType|bool}} *'''deselectWeapon:''' {{RageType|bool}} *'''p3:''' {{RageType|bool}} *'''p4:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetCurrentWeaponVisible(visible, deselectWeapon, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition...")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetDropsInventoryWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''xOffset:''' {{RageType|float}} *'''yOffset:''' {{RageType|float}} *'''zOffset:''' {{RageType|float}} *'''p5:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDropsInventoryWeapon(weaponHash, xOffset, yOffset, zOffset, p5) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </sy...")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetDropsWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDropsWeapon() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetDropsWeaponsWhenDead (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDropsWeaponsWhenDead(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetGadget (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''gadgetHash:''' {{RageType|uint}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetGadget(gadgetHash, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetInfiniteAmmo (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} *'''weaponHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetInfiniteAmmo(toggle, weaponHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetInfiniteAmmoClip (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetInfiniteAmmoClip(toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:21, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetWeaponTintIndex (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''weaponHash:''' {{RageType|uint}} *'''tintIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetWeaponTintIndex(weaponHash, tintIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:20, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetWeaponAnimationOverride (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''animStyle:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetWeaponAnimationOverride(animStyle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsShootingInArea (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x1:''' {{RageType|float}} *'''y1:''' {{RageType|float}} *'''z1:''' {{RageType|float}} *'''x2:''' {{RageType|float}} *'''y2:''' {{RageType|float}} *'''z2:''' {{RageType|float}} *'''p7:''' {{RageType|bool}} *'''p8:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsShootingInArea(x1, y1, z1, x2, y2, z2, p7, p8) </syntaxhighlight> =...")
- 00:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsShooting (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsShooting() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsRunningRagdollTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsRunningRagdollTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsRunningMobilePhoneTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsRunningMobilePhoneTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:19, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsRespondingToEvent (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''eventId:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsRespondingToEvent(eventId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsReloading (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsReloading() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsRagdoll (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsRagdoll() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsProne (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsProne() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsPlantingBomb (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsPlantingBomb() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsPerformingStealthKill (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsPerformingStealthKill() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsOnVehicle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsOnVehicle() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsOnSpecificVehicle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsOnSpecificVehicle(vehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:18, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsOnFoot (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsOnFoot() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsOnAnyBike (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsOnAnyBike() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsModel (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''modelHash:''' {{RageType|uint}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsModel(modelHash) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsMale (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsMale() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsLipstickColorValid (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsLipstickColorValid() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsJumpingOutOfVehicle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsJumpingOutOfVehicle() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:17, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsJumping (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsJumping() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 00:16, 12 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsJacking (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsJacking() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 18:16, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsInVehicle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''atGetIn:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsInVehicle(vehicle, atGetIn) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")