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

fnPause() private method

private fnPause ( SwordObject cpt, int id, int pause, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
pause int
d int
e int
f int
z int
x int
return int
        private int fnPause(SwordObject cpt, int id, int pause, int d, int e, int f, int z, int x)
        {
            cpt.pause = pause;
            cpt.logic = LOGIC_pause;
            return SCRIPT_STOP;
        }