# Hot Key String

Grammar — Returns a string containing up to count hot key strings for hotKey. Abbreviate = abbreviate, Add Tags = addTags
FlagsNative | Function

Returns the localized text for a given hot key, such as “Alt + G”

# Arguments

  • int [ preset::Hotkey ] — Hot Key
  • int — Count
  • bool — Abbreviate
  • bool — Add Tags

Returns — text

native text UIHotKeyString(
	int hotKey,
	int count,
	bool abbreviate,
	bool addTags,
);

Category: UI / Text

# Examples

— None found —