User contributions for Shr0x
11 May 2024
- 18:1018:10, 11 May 2024 diff hist +341 N RAGE.Elements.Ped.IsGoingIntoCover Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsGoingIntoCover() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:1018:10, 11 May 2024 diff hist +346 N RAGE.Elements.Ped.IsGettingIntoAVehicle Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsGettingIntoAVehicle() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +334 N RAGE.Elements.Ped.IsFleeing Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsFleeing() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +341 N RAGE.Elements.Ped.IsFatallyInjured Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsFatallyInjured() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +334 N RAGE.Elements.Ped.IsFalling Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsFalling() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +441 N RAGE.Elements.Ped.IsFacingPed Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''otherPed:''' {{RageType|int}} *'''angle:''' {{RageType|float}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsFacingPed(otherPed, angle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +395 N RAGE.Elements.Ped.IsEvasiveDiving Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsEvasiveDiving(int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +334 N RAGE.Elements.Ped.IsDucking Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsDucking() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0918:09, 11 May 2024 diff hist +339 N RAGE.Elements.Ped.IsDoingDriveby Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsDoingDriveby() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0818:08, 11 May 2024 diff hist +333 N RAGE.Elements.Ped.IsDiving Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsDiving() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0818:08, 11 May 2024 diff hist +392 N RAGE.Elements.Ped.IsDeadOrDying Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|bool}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsDeadOrDying(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0818:08, 11 May 2024 diff hist +515 N RAGE.Elements.Ped.IsComponentVariationValid Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''componentId:''' {{RageType|int}} *'''drawableId:''' {{RageType|int}} *'''textureId:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsComponentVariationValid(componentId, drawableId, textureId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Cli..." current
- 18:0818:08, 11 May 2024 diff hist +335 N RAGE.Elements.Ped.IsClimbing Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsClimbing() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0818:08, 11 May 2024 diff hist +342 N RAGE.Elements.Ped.IsBlushColorValid Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsBlushColorValid() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0818:08, 11 May 2024 diff hist +392 N RAGE.Elements.Ped.IsBeingStunned Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsBeingStunned(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0818:08, 11 May 2024 diff hist +345 N RAGE.Elements.Ped.IsBeingStealthKilled Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsBeingStealthKilled() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0718:07, 11 May 2024 diff hist +338 N RAGE.Elements.Ped.IsBeingJacked Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsBeingJacked() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0718:07, 11 May 2024 diff hist +334 N RAGE.Elements.Ped.IsAPlayer Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsAPlayer() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0518:05, 11 May 2024 diff hist +342 N RAGE.Elements.Ped.IsAimingFromCover Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsAimingFromCover() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0518:05, 11 May 2024 diff hist +340 N RAGE.Elements.Ped.IsheadshotValid Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsheadshotValid() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0518:05, 11 May 2024 diff hist +340 N RAGE.Elements.Ped.IsheadshotReady Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsheadshotReady() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0418:04, 11 May 2024 diff hist +343 N RAGE.Elements.Ped.IsConversationDead Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsConversationDead() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0418:04, 11 May 2024 diff hist +432 N RAGE.Elements.Ped.HideBloodDamageByZone Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HideBloodDamageByZone(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0418:04, 11 May 2024 diff hist +345 N RAGE.Elements.Ped.HasHeadBlendFinished Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HasHeadBlendFinished() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0418:04, 11 May 2024 diff hist +338 N RAGE.Elements.Ped.GiveNmMessage Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GiveNmMessage() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0418:04, 11 May 2024 diff hist +509 N RAGE.Elements.Ped.GiveHelmet Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''cannotRemove:''' {{RageType|bool}} *'''helmetFlag:''' {{RageType|int}} *'''textureIndex:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GiveHelmet(cannotRemove, helmetFlag, textureIndex) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientsid..." current
- 18:0418:04, 11 May 2024 diff hist +341 N RAGE.Elements.Ped.GetVehicleIsUsing Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetVehicleIsUsing() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0418:04, 11 May 2024 diff hist +349 N RAGE.Elements.Ped.GetVehicleIsTryingToEnter Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetVehicleIsTryingToEnter() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +410 N RAGE.Elements.Ped.GetVehicleIsIn Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''lastVehicle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetVehicleIsIn(lastVehicle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +344 N RAGE.Elements.Ped.GetVehicleIsEntering Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetVehicleIsEntering() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +346 N RAGE.Elements.Ped.GetSeatIsTryingToEnter Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetSeatIsTryingToEnter() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +344 N RAGE.Elements.Ped.GetPlayerIsFollowing Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetPlayerIsFollowing() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +331 N RAGE.Elements.Ped.GetType Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetType() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +338 N RAGE.Elements.Ped.GetTimeOfDeath Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetTimeOfDeath() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0318:03, 11 May 2024 diff hist +414 N RAGE.Elements.Ped.GetTextureVariation Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''componentId:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetTextureVariation(componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0218:02, 11 May 2024 diff hist +343 N RAGE.Elements.Ped.GetStealthMovement Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetStealthMovement() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0218:02, 11 May 2024 diff hist +340 N RAGE.Elements.Ped.GetSourceOfDeath Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetSourceOfDeath() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0218:02, 11 May 2024 diff hist +398 N RAGE.Elements.Ped.GetResetFlag Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''flagId:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetResetFlag(flagId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0118:01, 11 May 2024 diff hist +349 N RAGE.Elements.Ped.GetRelationshipGroupHash Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetRelationshipGroupHash() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +356 N RAGE.Elements.Ped.GetRelationshipGroupDefaultHash Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|uint}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetRelationshipGroupDefaultHash() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +400 N RAGE.Elements.Ped.GetRagdollBoneIndex Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''bone:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetRagdollBoneIndex(bone) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +414 N RAGE.Elements.Ped.GetPropTextureIndex Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''componentId:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetPropTextureIndex(componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +407 N RAGE.Elements.Ped.GetPropIndex Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''componentId:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetPropIndex(componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +401 N RAGE.Elements.Ped.GetParachuteTintIndex Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetParachuteTintIndex(int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +341 N RAGE.Elements.Ped.GetParachuteState Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetParachuteState() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 18:0018:00, 11 May 2024 diff hist +347 N RAGE.Elements.Ped.GetParachuteLandingType Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetParachuteLandingType() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 17:5917:59, 11 May 2024 diff hist +414 N RAGE.Elements.Ped.GetPaletteVariation Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''componentId:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetPaletteVariation(componentId) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 17:5917:59, 11 May 2024 diff hist +396 N RAGE.Elements.Ped.GetNearbyVehicles Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetNearbyVehicles(int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 17:5917:59, 11 May 2024 diff hist +432 N RAGE.Elements.Ped.GetNearbyPeds Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} *'''ignore:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetNearbyPeds(int, ignore) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
- 17:5917:59, 11 May 2024 diff hist +332 N RAGE.Elements.Ped.GetMoney Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetMoney() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current