ItemTemplateHelperCheckTemplateValid 方法 |
检测指定模板是否可用
命名空间: GameData.Domains.Item程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static bool CheckTemplateValid(
sbyte itemType,
short templateId
)
参数
- itemType SByte
- 物品类型
- templateId Int16
- 对应物品类型下的模板ID
返回值
Boolean该物品配置是否存在
参见