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

fnBackground() 개인적인 메소드

private fnBackground ( 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 fnBackground(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {

            cpt.status &= ~(STAT_FORE | STAT_SORT);
            cpt.status |= STAT_BACK;
            return SCRIPT_CONT;
        }