OpenRA.KeySettings.GetProductionHotkey C# (CSharp) Méthode

GetProductionHotkey() public méthode

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