点击或拖拽改变大小

EventHelperStartDoctorAction 方法

让目标角色进行医疗行为

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void StartDoctorAction(
	int charId,
	string onCompleteEventId = "",
	EventArgBox argBox = null
)

参数

charId  Int32
要作为医生的目标角色id
onCompleteEventId  String  (Optional)
疗伤驱毒完毕需要调用的事件
argBox  EventArgBox  (Optional)
要传递的参数盒子
参见