NScumm.Scumm.ScummEngine.ResetScriptPointer C# (CSharp) 메소드

ResetScriptPointer() 개인적인 메소드

private ResetScriptPointer ( ) : void
리턴 void
        void ResetScriptPointer()
        {
            CurrentPos = (int)_slots[CurrentScript].Offset;
            if (CurrentPos < 0)
                throw new NotSupportedException("Invalid offset in reset script pointer");
        }
ScummEngine