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

fnCheckForTextLine() private method

private fnCheckForTextLine ( 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 fnCheckForTextLine(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            ScriptVars[(int)ScriptVariableNames.RETURN_VALUE] = _objMan.FnCheckForTextLine((uint) id);
            return SCRIPT_CONT;
        }