AjTalk.Language.BaseMetaClass.SetClassVariable C# (CSharp) Method

SetClassVariable() public method

public SetClassVariable ( int offset, object value ) : void
offset int
value object
return void
        public override void SetClassVariable(int offset, object value)
        {
            this.classInstance.SetClassVariable(offset, value);
        }