Inputs.KeyCodeToString(enumeration/BUTTON)

client
Converts a key code to its string representation, e.g: KEY_W -> 'KEY_W'

Argument

Returns

  • string The string representation of the key code

Examples

Inputs.KeyCodeToString – Converts a key code to its string representation, e.g: KEY_W -> 'KEY_W'