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