avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.session
/
ReplacementStrategy
/
selectActiveUnitIds
select
Active
Unit
Ids
abstract
fun
selectActiveUnitIds
(
side
:
SideState
,
units
:
Map
<
String
,
UnitState
>
)
:
List
<
String
>
为指定 side 选择下一批 active 单位。
Return
替换后的 active unit id 列表。
Parameters
side
当前 side 状态。
units
当前全部单位状态表。