Beta Documentation - Subject to change.

Test if the alt key is pressed.

Syntax

Lua
function Control.IsAltKeyDown();

Returns

Type: boolean
True if the alt key is pressed.

Remarks

Test if the alt key is pressed.

See Also