# Hot Key String
Grammar — Returns a string containing up to count hot key strings for hotKey. Abbreviate = abbreviate, Add Tags = addTags
Flags —Native
|Function
Returns the localized text for a given hot key, such as “Alt + G”
# Arguments
int
<preset::Hotkey> — Hot Keyint
— Countbool
— Abbreviatebool
— Add Tags
Returns — text
native text UIHotKeyString(
int hotKey,
int count,
bool abbreviate,
bool addTags,
);
# Related
Category: UI / Text
- Hot Key String —
text
— UIHotKeyString - Text Message —
void
— UIDisplayMessage - Clear Text Messages —
void
— UIClearMessages - Show Cinematic Text —
void
— UIShowCinematicText - Hide Cinematic Text —
void
— UIHideCinematicText - Show Text Crawl —
void
— UIShowTextCrawl - Hide Text Crawl —
void
— UIHideTextCrawl - Error Message —
void
— libNtve_gf_UIErrorMessage
# Examples
— None found —