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.runtime.action
/
SetRelayActionExecutor
Set
Relay
Action
Executor
class
SetRelayActionExecutor
:
ActionExecutor
set_relay
动作执行器。
它不关心当前 relay 的旧类型,只负责直接替换为新值。
Members
Constructors
Set
Relay
Action
Executor
Link copied to clipboard
constructor
(
)
Properties
type
Link copied to clipboard
open
override
val
type
:
ActionTypeId
当前执行器负责的动作类型标识。
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
action
:
ActionNode
,
context
:
EventContext
)
:
ActionResult
在指定上下文中执行动作并返回执行结果。