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

fnSort() private method

private fnSort ( 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 fnSort(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            cpt.status &= ~(STAT_BACK | STAT_FORE);
            cpt.status |= STAT_SORT;
            return SCRIPT_CONT;
        }