Kimono.KCoreConfigSkeleton.ItemInt.SetMinValue C# (CSharp) Method

SetMinValue() public method

Set the minimum value for the item @sa minValue()
public SetMinValue ( int arg1 ) : void
arg1 int
return void
            public void SetMinValue(int arg1)
            {
                interceptor.Invoke("setMinValue$", "setMinValue(int)", typeof(void), typeof(int), arg1);
            }