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

fnStopFx() private method

private fnStopFx ( SwordObject cpt, int id, int fxNo, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
fxNo int
b int
c int
d int
z int
x int
return int
        private int fnStopFx(SwordObject cpt, int id, int fxNo, int b, int c, int d, int z, int x)
        {
            _sound.FnStopFx(fxNo);
            //_sound.removeFromQueue(fxNo);
            return SCRIPT_CONT;
        }