EventHelperStartShavingActionWithTimeLimit 方法 |
目标角色进行梳头修面行为(带有时间限定参数)
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void StartShavingActionWithTimeLimit(
int cutterCharId,
int targetCharId,
string shavingFinishEventId,
int time,
EventArgBox argBox
)
参数
- cutterCharId Int32
- 给目标角色进行梳头修面的角色id
- targetCharId Int32
- 要进行梳头修面的角色id
- shavingFinishEventId String
- 梳头修面完毕后要转向的事件id
- time Int32
- 梳头修面限定的时间
- argBox EventArgBox
- 该事件的事件链参数盒子
参见