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

fnPreload() 개인적인 메소드

private fnPreload ( SwordObject cpt, int id, int resId, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
resId int
b int
c int
d int
z int
x int
리턴 int
        private int fnPreload(SwordObject cpt, int id, int resId, int b, int c, int d, int z, int x)
        {
            _resMan.ResOpen((uint)resId);
            _resMan.ResClose((uint)resId);
            return SCRIPT_CONT;
        }