Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.frameworks.behaviortree.nodes
/
RepeatUntilNode
/
RepeatUntilNode
Repeat
Until
Node
constructor
(
)
constructor
(
name
:
String
=
""
,
stopCondition
:
(
)
->
Boolean
,
status
:
BehaviorTreeStatus
)
constructor
(
name
:
String
=
""
,
stopCondition
:
(
)
->
Boolean
)
constructor
(
name
:
String
=
""
,
status
:
BehaviorTreeStatus
)