BattleSessionTurnStatus

BattleSession 在运行阶段的回合内状态。

设计意图:

  • 把“当前是等玩家输入、等替补、还是已经可以结算”显式表达出来。

  • 保持它是运行阶段的派生状态,而不是再写回 BattleState 形成第二份真相。

Entries

Link copied to clipboard

当前回合仍在等待各 side 提交行动。

Link copied to clipboard

当前回合已经被濒死/强制换人打断,正在等待替补选择。

Link copied to clipboard

当前回合输入已完整,可以正式进入结算。

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.