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

SetMaxValue() public method

Set the maximum value for the item @sa maxValue
public SetMaxValue ( int arg1 ) : void
arg1 int
return void
            public void SetMaxValue(int arg1)
            {
                interceptor.Invoke("setMaxValue$", "setMaxValue(int)", typeof(void), typeof(int), arg1);
            }