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

fnBlankMouse() private method

private fnBlankMouse ( 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 fnBlankMouse(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            _mouse.FnBlankMouse();
            return SCRIPT_CONT;
        }