code_is_compiled


描述

如果该平台并非是用虚拟机编译,如YYC和JS等,则这个函数将返回 true .


语法:

code_is_compiled();


返回:

Boolean(布尔值)


例如:

if code_is_compiled()
   {
   show_debug_message("Compiler okay!");
   }

上述代码将校验游戏是否使用YoYo编译器(YYC)进行编译,并根据结果返回一条调试消息.