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

fnSetScreen() private method

private fnSetScreen ( SwordObject cpt, int id, int target, int screen, int c, int d, int z, int x ) : int
cpt SwordObject
id int
target int
screen int
c int
d int
z int
x int
return int
        private int fnSetScreen(SwordObject cpt, int id, int target, int screen, int c, int d, int z, int x)
        {
            _objMan.FetchObject((uint)target).screen = screen;
            return SCRIPT_CONT;
        }