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

fnCheckForEvent() private method

private fnCheckForEvent ( 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 fnCheckForEvent(SwordObject cpt, int id, int pause, int d, int e, int f, int z, int x)
        {
            return _eventMan.FnCheckForEvent(cpt, id, pause);
        }