# Player Hotkey Profile

Grammar — Get the hotkey profile for player p
FlagsNative | Function

Currently this only provides their initial hotkey profile when the game starts.

# Arguments

  • int — Player

Returns — string

native string PlayerGetHotkeyProfile(int inPlayer);

Category: Player / Player Settings

# Examples

# mods/heroesdata.stormmod

StartingExperienceLib.galaxy

// L1222
PlayerGetHotkeyProfile(lp_player)