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

fnFadeDown() private method

private fnFadeDown ( SwordObject cpt, int id, int speed, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
speed int
d int
e int
f int
z int
x int
return int
        private int fnFadeDown(SwordObject cpt, int id, int speed, int d, int e, int f, int z, int x)
        {
            _screen.FadeDownPalette();
            return SCRIPT_CONT;
        }