User contributions for Shr0x

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

11 May 2024

  • 17:3017:30, 11 May 2024 diff hist +402 N RAGE.Elements.Ped.ClearAlternateWalkAnimCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearAlternateWalkAnim(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:3017:30, 11 May 2024 diff hist +446 N RAGE.Elements.Ped.ClearAlternateMovementAnimCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''stance:''' {{RageType|int}} *'''p2:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearAlternateMovementAnim(stance, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:3017:30, 11 May 2024 diff hist +352 N RAGE.Elements.Ped.ClearFacialIdleAnimOverrideCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearFacialIdleAnimOverride() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:3017:30, 11 May 2024 diff hist +338 N RAGE.Elements.Ped.ClearAllPropsCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearAllProps() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:3017:30, 11 May 2024 diff hist +335 N RAGE.Elements.Ped.CanRagdollCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.CanRagdoll() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:2917:29, 11 May 2024 diff hist +406 N RAGE.Elements.Ped.CanInCombatSeeTargetCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''target:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.CanInCombatSeeTarget(target) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:2917:29, 11 May 2024 diff hist +343 N RAGE.Elements.Ped.CanKnockOffVehicleCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.CanKnockOffVehicle() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 17:2817:28, 11 May 2024 diff hist +492 N RAGE.Elements.Ped.ApplyDamagePackCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''damagePack:''' {{RageType|string}} *'''damage:''' {{RageType|float}} *'''mult:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyDamagePack(damagePack, damage, mult) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Categor..." current
  • 17:2817:28, 11 May 2024 diff hist +664 N RAGE.Elements.Ped.ApplyDamageDecalCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|float}} *'''p3:''' {{RageType|float}} *'''p4:''' {{RageType|float}} *'''p5:''' {{RageType|float}} *'''p6:''' {{RageType|float}} *'''p7:''' {{RageType|int}} *'''p8:''' {{RageType|bool}} *'''p9:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyDamageDecal(p1, p2, p3, p4, p5, p6, p..." current
  • 17:2817:28, 11 May 2024 diff hist +632 N RAGE.Elements.Ped.ApplyBloodSpecificCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|float}} *'''p3:''' {{RageType|float}} *'''p4:''' {{RageType|float}} *'''p5:''' {{RageType|float}} *'''p6:''' {{RageType|int}} *'''p7:''' {{RageType|float}} *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyBloodSpecific(p1, p2, p3, p4, p5, p6, p7, int) </syntaxhighlight> =..." current
  • 17:2817:28, 11 May 2024 diff hist +500 N RAGE.Elements.Ped.ApplyBloodDamageByZoneCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|float}} *'''p3:''' {{RageType|float}} *'''p4:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyBloodDamageByZone(p1, p2, p3, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API [..." current
  • 17:2717:27, 11 May 2024 diff hist +496 N RAGE.Elements.Ped.ApplyBloodByZoneCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|float}} *'''p3:''' {{RageType|float}} *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyBloodByZone(p1, p2, p3, int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Cat..." current
  • 17:2717:27, 11 May 2024 diff hist +565 N RAGE.Elements.Ped.ApplyBloodCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''boneIndex:''' {{RageType|int}} *'''xRot:''' {{RageType|float}} *'''yRot:''' {{RageType|float}} *'''zRot:''' {{RageType|float}} *'''woundType:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyBlood(boneIndex, xRot, yRot, zRot, woundType) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }}..." current
  • 16:4316:43, 11 May 2024 diff hist +444 N RAGE.Elements.Ped.ApplyDamageToCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''damageAmount:''' {{RageType|int}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ApplyDamageTo(damageAmount, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4316:43, 11 May 2024 diff hist +457 N RAGE.Elements.Ped.SetFacialDecorationCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''collection:''' {{RageType|uint}} *'''overlay:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetFacialDecoration(collection, overlay) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4316:43, 11 May 2024 diff hist +451 N RAGE.Elements.Ped.SetDecorationCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''collection:''' {{RageType|uint}} *'''overlay:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDecoration(collection, overlay) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4316:43, 11 May 2024 diff hist +397 N RAGE.Elements.Ped.AddArmourToCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''amount:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.AddArmourTo(amount) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4316:43, 11 May 2024 diff hist +560 N RAGE.Elements.Ped.SetPathsBackToOriginalCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|int}} *'''p3:''' {{RageType|int}} *'''p4:''' {{RageType|int}} *'''p5:''' {{RageType|int}} *'''p6:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathsBackToOriginal(p1, p2, p3, p4, p5, p6) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==Se..." current
  • 16:4216:42, 11 May 2024 diff hist +349 N RAGE.Elements.Ped.DetachPortablePickupFromCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.DetachPortablePickupFrom() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4216:42, 11 May 2024 diff hist +400 N RAGE.Elements.Ped.AttachPortablePickupToCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.AttachPortablePickupTo(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4216:42, 11 May 2024 diff hist +329 N RAGE.Elements.Ped.ToNetCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ToNet() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4216:42, 11 May 2024 diff hist +349 N RAGE.Elements.Ped.NetworkGetPlayerIndexFromCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.NetworkGetPlayerIndexFrom() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4216:42, 11 May 2024 diff hist +781 N RAGE.Elements.Ped.NetworkAddToSynchronisedSceneCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''netScene:''' {{RageType|int}} *'''animDict:''' {{RageType|string}} *'''animnName:''' {{RageType|string}} *'''speed:''' {{RageType|float}} *'''speedMultiplier:''' {{RageType|float}} *'''duration:''' {{RageType|int}} *'''flag:''' {{RageType|int}} *'''playbackRate:''' {{RageType|float}} *'''p9:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascri..." current
  • 16:4116:41, 11 May 2024 diff hist +337 N RAGE.Elements.Ped.IsTennisModeCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsTennisMode() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4116:41, 11 May 2024 diff hist +436 N RAGE.Elements.Ped.EnableTennisModeCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''toggle:''' {{RageType|bool}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.EnableTennisMode(toggle, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4116:41, 11 May 2024 diff hist +415 N RAGE.Elements.Ped.SetEnemyAiBlipCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''showViewCones:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetEnemyAiBlip(showViewCones) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4116:41, 11 May 2024 diff hist +412 N RAGE.Elements.Ped.SetAiBlipMaxDistanceCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''distance:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetAiBlipMaxDistance(distance) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4116:41, 11 May 2024 diff hist +393 N RAGE.Elements.Ped.GiveToPauseMenuCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GiveToPauseMenu(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4116:41, 11 May 2024 diff hist +339 N RAGE.Elements.Ped.DoesHaveAiBlipCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.DoesHaveAiBlip() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4116:41, 11 May 2024 diff hist +599 N RAGE.Elements.Ped.CreateMpGamerTagCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''username:''' {{RageType|string}} *'''pointedClanTag:''' {{RageType|bool}} *'''isRockstarClan:''' {{RageType|bool}} *'''clanTag:''' {{RageType|string}} *'''p5:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.CreateMpGamerTag(username, pointedClanTag, isRockstarClan, clanTag, p5) </syntaxhighlight> ==Example== <syntaxhighlight lang=..." current
  • 16:4116:41, 11 May 2024 diff hist +715 N RAGE.Elements.Ped.AddOwnedExplosionCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''explosionType:''' {{RageType|int}} *'''damageScale:''' {{RageType|float}} *'''isAudible:''' {{RageType|bool}} *'''isInvisible:''' {{RageType|bool}} *'''cameraShake:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.AddOwnedExplosion(x, y, z, exp..." current
  • 16:4016:40, 11 May 2024 diff hist +399 N RAGE.Elements.Ped.SetDecisionMakerCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''name:''' {{RageType|uint}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDecisionMaker(name) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4016:40, 11 May 2024 diff hist +806 N RAGE.Elements.Ped.TaskFollowNavMeshToCoordAdvancedCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''speed:''' {{RageType|float}} *'''timeout:''' {{RageType|int}} *'''unkFloat:''' {{RageType|float}} *'''unkInt:''' {{RageType|int}} *'''unkX:''' {{RageType|float}} *'''unkY:''' {{RageType|float}} *'''unkZ:''' {{RageType|float}} *'''unk_40000f:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Sy..." current
  • 16:4016:40, 11 May 2024 diff hist +410 N RAGE.Elements.Ped.UpdateTaskSweepAimEntityCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''entity:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.UpdateTaskSweepAimEntity(entity) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:4016:40, 11 May 2024 diff hist +415 N RAGE.Elements.Ped.UpdateTaskHandsUpDurationCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''duration:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.UpdateTaskHandsUpDuration(duration) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:3516:35, 11 May 2024 diff hist −650 Client-side functionsUndo revision 24608 by Shr0x (talk) Tag: Undo
  • 16:3216:32, 11 May 2024 diff hist +650 Client-side functionsNo edit summary
  • 16:1416:14, 11 May 2024 diff hist +711 N RAGE.Elements.Ped.TaskVehicleMissionTargetCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''pedTarget:''' {{RageType|int}} *'''mode:''' {{RageType|int}} *'''maxSpeed:''' {{RageType|float}} *'''drivingStyle:''' {{RageType|int}} *'''minDistance:''' {{RageType|float}} *'''p7:''' {{RageType|float}} *'''p8:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleMissionTarget(vehicle, pedT..." current
  • 16:1416:14, 11 May 2024 diff hist +331 N RAGE.Elements.Ped.UncuffCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.Uncuff() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:1416:14, 11 May 2024 diff hist +528 N RAGE.Elements.Ped.TaskWritheCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''target:''' {{RageType|int}} *'''time:''' {{RageType|int}} *'''p3:''' {{RageType|int}} *'''p4:''' {{RageType|int}} *'''p5:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskWrithe(target, time, p3, p4, p5) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} [..." current
  • 16:1416:14, 11 May 2024 diff hist +443 N RAGE.Elements.Ped.TaskWarpIntoVehicleCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''seat:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskWarpIntoVehicle(vehicle, seat) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:1316:13, 11 May 2024 diff hist +430 N RAGE.Elements.Ped.TaskWanderStandardCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|float}} *'''p2:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskWanderStandard(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:1316:13, 11 May 2024 diff hist +618 N RAGE.Elements.Ped.TaskWanderInAreaCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''radius:''' {{RageType|float}} *'''minimalLength:''' {{RageType|float}} *'''timeBetweenWalks:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskWanderInArea(x, y, z, radius, minimalLength, timeBetweenWalks) </syntaxhighlight> ==Example== <sy..." current
  • 16:1316:13, 11 May 2024 diff hist +438 N RAGE.Elements.Ped.TaskVehicleShootAtCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''target:''' {{RageType|int}} *'''p2:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleShootAt(target, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example" current
  • 16:1316:13, 11 May 2024 diff hist +499 N RAGE.Elements.Ped.TaskVehicleShootAtCoordCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''p4:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleShootAtCoord(x, y, z, p4) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API ..." current
  • 16:1316:13, 11 May 2024 diff hist +674 N RAGE.Elements.Ped.TaskVehicleParkCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''heading:''' {{RageType|float}} *'''mode:''' {{RageType|int}} *'''radius:''' {{RageType|float}} *'''keepEngineOn:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehiclePark(vehicle, x, y, z, heading, mode, r..." current
  • 16:1316:13, 11 May 2024 diff hist +712 N RAGE.Elements.Ped.TaskVehicleMissionCoorsTargetCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''p5:''' {{RageType|int}} *'''p6:''' {{RageType|int}} *'''p7:''' {{RageType|int}} *'''p8:''' {{RageType|float}} *'''p9:''' {{RageType|float}} *'''p10:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleMis..." current
  • 16:1316:13, 11 May 2024 diff hist +654 N RAGE.Elements.Ped.TaskVehicleGotoNavmeshCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''speed:''' {{RageType|float}} *'''behaviorFlag:''' {{RageType|int}} *'''stoppingRange:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleGotoNavmesh(vehicle, x, y, z, speed, behaviorFlag, stoppingRange)..." current
  • 16:1316:13, 11 May 2024 diff hist +704 N RAGE.Elements.Ped.TaskVehicleFollowWaypointRecordingCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''WPRecording:''' {{RageType|string}} *'''p3:''' {{RageType|int}} *'''p4:''' {{RageType|int}} *'''p5:''' {{RageType|int}} *'''p6:''' {{RageType|int}} *'''p7:''' {{RageType|float}} *'''p8:''' {{RageType|bool}} *'''p9:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleFollowWaypointRecording..." current
  • 16:1316:13, 11 May 2024 diff hist +731 N RAGE.Elements.Ped.TaskVehicleEscortCreated page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''vehicle:''' {{RageType|int}} *'''targetVehicle:''' {{RageType|int}} *'''mode:''' {{RageType|int}} *'''speed:''' {{RageType|float}} *'''drivingStyle:''' {{RageType|int}} *'''minDistance:''' {{RageType|float}} *'''p7:''' {{RageType|int}} *'''noRoadsDistance:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskVehicleEscort(vehicle..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)