NScumm.Sword1.Logic.fnGotoBookmark C# (CSharp) 메소드

fnGotoBookmark() 개인적인 메소드

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
리턴 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;
        }