RAGE.Game.Pad.DisableAllControlActions

From RAGE Multiplayer Wiki
Revision as of 10:10, 29 August 2019 by Crossy1998 (talk | contribs) (Created page with "{{CSharpContainer| <syntaxhighlight lang="csharp">RAGE.Game.Pad.DisableAllActions(0);</syntaxhighlight> {{Example}} <syntaxhighlight lang="csharp"> RAGE.Game.Pad.DisableAllA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C# Syntax

RAGE.Game.Pad.DisableAllActions(0);

Example

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



See also