RAGE.Game.Pad.DisableAllControlActions: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{CSharpContainer| <syntaxhighlight lang="csharp">RAGE.Game.Pad.DisableAllActions(0);</syntaxhighlight> {{Example}} <syntaxhighlight lang="csharp"> RAGE.Game.Pad.DisableAllA...")
 
No edit summary
 
Line 12: Line 12:


[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Pad API]]
[[Category:PAD API]]
[[Category:Client-side Function]]
[[Category:Client-side Function]]

Latest revision as of 10:12, 29 August 2019

C# Syntax

RAGE.Game.Pad.DisableAllActions(0);

Example

 RAGE.Game.Pad.DisableAllActions(0) // Disable all player controls



See also