点击或拖拽改变大小

EventHelperIsEquippingItem 方法

检测目标角色是否装备了指定参数的物品

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static bool IsEquippingItem(
	int charId,
	sbyte itemType,
	short templateId
)

参数

charId  Int32
要检测的目标角色
itemType  SByte
物品的类型ItemType
templateId  Int16
物品的模板id

返回值

Boolean
参见