ecspresso
Preparing search index...
plugins/ai/behavior-tree
CooldownNode
Interface CooldownNode<BB>
Decorator — prevents child re-entry for
duration
seconds after completion.
interface
CooldownNode
<
BB
extends
object
=
Record
<
string
,
unknown
>
>
{
child
:
BehaviorTreeNode
<
BB
>
;
duration
:
number
;
nodeIndex
:
number
;
type
:
"cooldown"
;
}
Type Parameters
BB
extends
object
=
Record
<
string
,
unknown
>
Index
Properties
child
duration
node
Index
type
Properties
Readonly
child
child
:
BehaviorTreeNode
<
BB
>
Readonly
duration
duration
:
number
node
Index
nodeIndex
:
number
Readonly
type
type
:
"cooldown"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
duration
node
Index
type
ecspresso
Loading...
Decorator — prevents child re-entry for
durationseconds after completion.