CM3D2.SubScreen.Plugin.SubScreen.PixelValues.Sys C# (CSharp) Method

Sys() public method

public Sys ( string key ) : int
key string
return int
            public int Sys(string key)
            { return PropPx(sys[key]); }