NScumm.Sword1.Logic.fnCheckForTextLine C# (CSharp) 메소드

fnCheckForTextLine() 개인적인 메소드

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
리턴 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;
        }