NScumm.Sword1.Logic.fnBlankMouse C# (CSharp) Méthode

fnBlankMouse() private méthode

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
Résultat 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;
        }