StopPlayerAnimation: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "Stops the animation of the player. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Player.StopPlayerAnimation(Client player);}} {{Parameters}} *''...")
 
No edit summary
 
Line 2: Line 2:


{{CSharpContainer|
{{CSharpContainer|
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Player.StopPlayerAnimation(Client player);}}
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Player.StopPlayerAnimation(Player player);}}


{{Parameters}}
{{Parameters}}
*'''player:''' parameter input should be in '''Client''' type   
*'''player:''' parameter input should be in '''Player''' type   
   
   
{{Example}}
{{Example}}

Latest revision as of 13:56, 23 December 2022

Stops the animation of the player.


C# Syntax

void NAPI.Player.StopPlayerAnimation(Player player);

Parameters

  • player: parameter input should be in Player type

Example

NAPI.Player.StopPlayerAnimation(player);