yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-testing
/
io.github.yafrl.testing
/
ConditionScope
Condition
Scope
data
class
ConditionScope
<
W
>
(
val
world
:
(
Int
)
->
W
,
val
time
:
Int
)
(
source
)
Members
Constructors
Condition
Scope
Link copied to clipboard
constructor
(
world
:
(
Int
)
->
W
,
time
:
Int
)
Properties
current
Link copied to clipboard
val
current
:
W
previous
Link copied to clipboard
val
previous
:
W
?
time
Link copied to clipboard
val
time
:
Int
world
Link copied to clipboard
val
world
:
(
Int
)
->
W