Description
Wiki Description
Returns true if we're using a gamepad.
Documentation Comment
Returns true if we're using a gamepad
Caveats
Examples
if UsingGamepad()
Debug.Trace("Using gamepad!")
else
Debug.Trace("Using keyboard and mouse!")
endIfAuto-Generated Example
bool returnedValue = Game.UsingGamepad()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
