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

fnSuicide() private method

private fnSuicide ( 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 fnSuicide(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            cpt.status = 0;
            cpt.logic = LOGIC_quit;
            return SCRIPT_STOP;
        }