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

fnTdebug() private method

private fnTdebug ( SwordObject cpt, int id, int a, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
a int
b int
c int
d int
z int
x int
return int
        private int fnTdebug(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            // TODO: debug(1, "Script TDebug id %d code %d, %d", id, a, b);
            return SCRIPT_CONT;
        }