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

fnGotoBookmark() private method

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