跳到主要内容

OnNPCModeExit

描述

当NPC脚本卸载时触发该回调。

示例

public OnNPCModeExit()
{
print("NPC脚本已卸载");
return 1;
}

相关回调

以下回调可能与当前回调存在关联: