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

fnBackground() private method

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
return 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;
        }