Facepunch.Steamworks Wiki

Steamworks.Controller.ActionSet

Syntax

string ActionSet { set; }

Description

Reconfigure the controller to use the specified action set (ie 'Menu', 'Walk' or 'Drive') This is cheap, and can be safely called repeatedly. It's often easier to repeatedly call it in our state loops, instead of trying to place it in all of your state transitions.