EventHelperApplyTopicalMedicine 方法 |
外敷道具。可以用于一个角色将背包中的物品给另一个角色外敷而不需要转移物品。
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void ApplyTopicalMedicine(
Character itemOwner,
Character itemUser,
ItemKey itemKey,
sbyte bodyPartType
)
参数
- itemOwner Character
- 物品的拥有者
- itemUser Character
- 需要外敷物品的人
- itemKey ItemKey
- 物品的Key
- bodyPartType SByte
- 需要外敷的部位。BodyPartType
参见