NScumm.Scumm.ScummEngine.SetResult C# (CSharp) Method

SetResult() protected method

protected SetResult ( int value ) : void
value int
return void
        protected void SetResult(int value)
        {
            WriteVariable((uint)_resultVarIndex, value);
        }
ScummEngine