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
/
BattleSessionRunQueuedPayload
Battle
Session
Run
Queued
Payload
data
class
BattleSessionRunQueuedPayload
(
val
sideId
:
String
,
val
priority
:
Int
,
val
speed
:
Int
)
:
BattleSessionQueuedActionPayload
run action 入队事件 payload。
Members
Constructors
Battle
Session
Run
Queued
Payload
Link copied to clipboard
constructor
(
sideId
:
String
,
priority
:
Int
,
speed
:
Int
)
Properties
action
Type
Link copied to clipboard
open
override
val
actionType
:
BattleSessionActionEventKind
当前入队动作的种类。
priority
Link copied to clipboard
open
override
val
priority
:
Int
当前动作优先级。
side
Id
Link copied to clipboard
val
sideId
:
String
发起逃跑的 side 标识。
speed
Link copied to clipboard
open
override
val
speed
:
Int
当前动作排序速度。
type
Link copied to clipboard
open
override
val
type
:
BattleSessionEventType
当前 payload 对应的结构化事件类型。