submitItemChoice
fun submitItemChoice(itemId: String, actorUnitId: String, targetId: String, priority: Int = 0, speed: Int = 0, attributes: Map<String, Any?> = emptyMap()): List<BattleSessionAction>
提交一个玩家物品使用选择。
Return
当前动作队列快照
Parameters
itemId
物品或 effect 标识
actorUnitId
使用者单位标识
targetId
目标单位标识
priority
行动优先级
speed
排序速度
attributes
附加属性