Core
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Core
Basic
/
de.finkmoritz.bcgdsl.basic.condition
/
HealthBelow
Health
Below
data
class
HealthBelow
(
val
amount
:
Int
)
:
Condition
Members
Constructors
Health
Below
Link copied to clipboard
constructor
(
amount
:
Int
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
Functions
evaluate
Link copied to clipboard
open
override
fun
evaluate
(
game
:
Game
,
card
:
CardInstance
)
:
Boolean