ClearPedTasks: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Clears all the tasks assigned to a Ped. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Ped.ClearPedTasks(Ped ped);|lang=csharp}} {{P...")
 
No edit summary
 
Line 1: Line 1:
{{Warning|This feature is currently not implemented server-side.}}
Clears all the tasks assigned to a Ped.
Clears all the tasks assigned to a Ped.



Latest revision as of 15:09, 23 December 2022

This feature is currently not implemented server-side.

Clears all the tasks assigned to a Ped.


C# Syntax

void NAPI.Ped.ClearPedTasks(Ped ped);

Parameters

  • ped: The Ped.


Example

// Code here...