点击或拖拽改变大小

EventHelperStartShavingAction 方法

目标角色进行梳头修面行为

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void StartShavingAction(
	int cutterCharId,
	int targetCharId,
	string shavingFinishEventId,
	EventArgBox argBox
)

参数

cutterCharId  Int32
给目标角色进行梳头修面的角色id
targetCharId  Int32
要进行梳头修面的角色id
shavingFinishEventId  String
梳头修面完毕后要转向的事件id
argBox  EventArgBox
该事件的事件链参数盒子
参见