예제 #1
0
파일: yengine.cs 프로젝트: NNNIC/haxe-test
 private static int getyp(object[] o)
 {
     return(YDEF.get_type(o));
 }
예제 #2
0
파일: ydef_api.cs 프로젝트: NNNIC/haxe-test
        public bool IsType(string s)
        {
            int tp = YDEF.get_type(s);

            return(IsType(tp));
        }