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

fnSetPaletteToCut() private method

private fnSetPaletteToCut ( 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 fnSetPaletteToCut(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            SystemVars.WantFade = false;
            return SCRIPT_CONT;
        }