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

fnMouseOff() private method

private fnMouseOff ( 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 fnMouseOff(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            cpt.status &= ~STAT_MOUSE;
            return SCRIPT_CONT;
        }