# Convert Game Hotkey

Grammar — Game hotkey for path
FlagsNative | Function

Look up the game hotkey value for the specified string path.

# Arguments

  • string — Path

Returns — text

native text StringExternalHotkey(string s);

Category: String / Formatting

# Examples

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L1703
StringExternalHotkey("Button/Hotkey/MissionPanelBack")
// L1707
StringExternalHotkey("UI/Hotkey/StoryQuit")