OpenRA.KeySettings.GetProductionHotkey C# (CSharp) Method

GetProductionHotkey() public method

public GetProductionHotkey ( int index ) : OpenRA.Hotkey
index int
return OpenRA.Hotkey
        public Hotkey GetProductionHotkey(int index)
        {
            return GetKey(ProductionKeys, index);
        }