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

fnSetBookmark() private method

private fnSetBookmark ( 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 fnSetBookmark(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            cpt.bookmark.CopyFrom(cpt.tree);
            return SCRIPT_CONT;
        }