OpenRA.KeySettings.GetSupportPowerHotkey C# (CSharp) Method

GetSupportPowerHotkey() public method

public GetSupportPowerHotkey ( int index ) : OpenRA.Hotkey
index int
return OpenRA.Hotkey
        public Hotkey GetSupportPowerHotkey(int index)
        {
            return GetKey(SupportPowerKeys, index);
        }