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.dsl.condition
/
HasStatusConditionNode
Has
Status
Condition
Node
data
class
HasStatusConditionNode
(
val
actor
:
ActorId
,
val
value
:
String
?
)
:
ConditionNode
主状态判断条件。
Members
Constructors
Has
Status
Condition
Node
Link copied to clipboard
constructor
(
actor
:
ActorId
,
value
:
String
?
)
Properties
actor
Link copied to clipboard
val
actor
:
ActorId
被检查的对象。
type
Link copied to clipboard
open
override
val
type
:
ConditionTypeId
条件节点类型标识。
value
Link copied to clipboard
val
value
:
String
?
期望的状态标识,空值可用于表示“是否存在任意状态”。