OnPlayerLoadGame - Actor/zh

Event OnPlayerLoadGame()


该事件只针对player,且只能在读取旧档时触发一次,开新档不会被触发。

下面是demo:


Event OnPlayerLoadGame()

 Debug.Trace("player loaded a save, do some fancy stuff")

endEvent