跳到主要内容

OnNPCExitVehicle

描述

当NPC离开车辆时触发该回调。

示例

public OnNPCExitVehicle()
{
print("NPC已离开车辆");
return 1;
}

相关回调

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