NScumm.Sword1.Logic.fnLockMouse C# (CSharp) Method

fnLockMouse() private method

private fnLockMouse ( SwordObject cpt, int id, int c, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
c int
d int
e int
f int
z int
x int
return int
        private int fnLockMouse(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            _mouse.FnLockMouse();
            return SCRIPT_CONT;
        }