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

fnCheckCD() private method

private fnCheckCD ( SwordObject cpt, int id, int screen, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
screen int
b int
c int
d int
z int
x int
return int
        private int fnCheckCD(SwordObject cpt, int id, int screen, int b, int c, int d, int z, int x)
        {
            // only a dummy, here.
            // the check is done in the mainloop
            return SCRIPT_CONT;
        }