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).
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.TaskAimGunAtEntity (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''entity:''' {{RageType|int}} *'''duration:''' {{RageType|int}} *'''p3:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskAimGunAtEntity(entity, duration, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Exa...")
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.TaskAimGunAtCoord (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} *'''time:''' {{RageType|int}} *'''p5:''' {{RageType|bool}} *'''p6:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskAimGunAtCoord(x, y, z, time, p5, p6) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==S...")
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.TaskAchieveHeading (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''heading:''' {{RageType|float}} *'''timeout:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.TaskAchieveHeading(heading, timeout) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.StopAnimTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''animDictionary:''' {{RageType|string}} *'''animationName:''' {{RageType|string}} *'''p3:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.StopAnimTask(animDictionary, animationName, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside...")
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.StopAnimPlayback (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.StopAnimPlayback(p1, p2) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetTaskVehicleChaseIdealPursuitDistance (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''distance:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetTaskVehicleChaseIdealPursuitDistance(distance) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:45, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetTaskVehicleChaseBehaviorFlag (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''flag:''' {{RageType|int}} *'''set:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetTaskVehicleChaseBehaviorFlag(flag, set) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:43, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetWaypointRouteOffset (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|int}} *'''p3:''' {{RageType|int}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetWaypointRouteOffset(p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:43, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetPathPreferToAvoidWater (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''avoidWater:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathPreferToAvoidWater(avoidWater) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:43, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetPathMayEnterWater (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''mayEnterWater:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathMayEnterWater(mayEnterWater) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:43, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetPathCanUseLadders (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''Toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathCanUseLadders(Toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:43, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetPathCanUseClimbovers (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''Toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathCanUseClimbovers(Toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:43, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetPathCanDropFromHeight (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''Toggle:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathCanDropFromHeight(Toggle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetPathAvoidFire (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''avoidFire:''' {{RageType|bool}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetPathAvoidFire(avoidFire) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetDesiredMoveBlendRatio (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDesiredMoveBlendRatio(p1) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetParachuteTaskThrust (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''thrust:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetParachuteTaskThrust(thrust) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetParachuteTaskTarget (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''x:''' {{RageType|float}} *'''y:''' {{RageType|float}} *'''z:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetParachuteTaskTarget(x, y, z) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetHighFallTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''p1:''' {{RageType|int}} *'''p2:''' {{RageType|int}} *'''p3:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetHighFallTask(p1, p2, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.SetDriveTaskDrivingStyle (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''drivingStyle:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.SetDriveTaskDrivingStyle(drivingStyle) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:42, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.PlayAnimOnRunningScenario (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''animDict:''' {{RageType|string}} *'''animName:''' {{RageType|string}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.PlayAnimOnRunningScenario(animDict, animName) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:41, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsActiveInScenario (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsActiveInScenario() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:41, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsCuffed (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsCuffed() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsGettingUp (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsGettingUp() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsInWrithe (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsInWrithe() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsRunning (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsRunning() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.HasUseScenarioTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.HasUseScenarioTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsPlayingPhoneGestureAnim (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsPlayingPhoneGestureAnim() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsWalking (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsWalking() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsStrafing (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsStrafing() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:40, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsStill (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsStill() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:39, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsSprinting (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsSprinting() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:39, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsRunningArrestTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsRunningArrestTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:39, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsMoveBlendRatioWalking (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsMoveBlendRatioWalking() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:39, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsMoveBlendRatioStill (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsMoveBlendRatioStill() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:38, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsMoveBlendRatioSprinting (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsMoveBlendRatioSprinting() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:38, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsMoveBlendRatioRunning (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsMoveBlendRatioRunning() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:38, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsMountedWeaponTaskUnderneathDrivingTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsMountedWeaponTaskUnderneathDrivingTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:38, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.IsDrivebyTaskUnderneathDrivingTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.IsDrivebyTaskUnderneathDrivingTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:38, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetSequenceProgress (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetSequenceProgress() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:37, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetPhoneGestureAnimTotalTime (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetPhoneGestureAnimTotalTime() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:37, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetPhoneGestureAnimCurrentTime (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetPhoneGestureAnimCurrentTime() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:37, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetDesiredMoveBlendRatio (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetDesiredMoveBlendRatio() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:36, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetNavmeshRouteResult (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetNavmeshRouteResult() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:36, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetNavmeshRouteDistanceRemaining (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''int:''' {{RageType|ref}} *'''int:''' {{RageType|ref}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetNavmeshRouteDistanceRemaining(int, int) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:36, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.GetIsTaskActive (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''taskNumber:''' {{RageType|int}} ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.GetIsTaskActive(taskNumber) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:36, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.ControlMountedWeapon (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|bool}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ControlMountedWeapon() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:36, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.ClearTasksImmediately (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearTasksImmediately() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:35, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.ClearTasks (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearTasks() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:35, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.ClearSecondaryTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearSecondaryTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
- 15:35, 11 May 2024 Shr0x talk contribs created page RAGE.Elements.Ped.ClearDrivebyTaskUnderneathDrivingTask (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.ClearDrivebyTaskUnderneathDrivingTask() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")