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

fnSetParallax() private method

private fnSetParallax ( SwordObject cpt, int id, int screen, int resId, int c, int d, int z, int x ) : int
cpt SwordObject
id int
screen int
resId int
c int
d int
z int
x int
return int
        private int fnSetParallax(SwordObject cpt, int id, int screen, int resId, int c, int d, int z, int x)
        {
            _screen.FnSetParallax((uint) screen, (uint) resId);
            return SCRIPT_CONT;
        }