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

fnEndChooser() private method

private fnEndChooser ( SwordObject cpt, int id, int c, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
c int
d int
e int
f int
z int
x int
return int
        private int fnEndChooser(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            _menu.FnEndChooser();
            return SCRIPT_CONT;
        }