EventHelperCheckRopeHitOutOfCombat 方法 |
检查使用指定绳索捕获指定角色是否成功
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static bool CheckRopeHitOutOfCombat(
Character useChar,
Character targetChar,
sbyte combatType,
ItemKey ropeKey,
bool useMaxMarkCount = true
)
参数
- useChar Character
- 使用绳索的角色
- targetChar Character
- 被捕捉角色
- combatType SByte
- 战斗类型
- ropeKey ItemKey
- 使用的绳索
- useMaxMarkCount Boolean (Optional)
- 战败标记是否视为对应战斗类型的最大值
返回值
Boolean是否成功
参见