Preparing search index...
The search index is not available
Script API - v1.21.61
Script API - v1.21.61
@minecraft/server-editor
ContinuousAction
Type Alias ContinuousAction
ContinuousAction
:
{
actionType
:
ContinuousAction
;
onExecute
:
(
state
:
ContinuousActionState
,
repeatCount
:
number
)
=>
void
;
repeatDelay
?:
number
;
repeatInterval
?:
number
;
}
An action that continues to execute after activation
Type declaration
Readonly
actionType
:
ContinuousAction
Readonly
onExecute
:
(
state
:
ContinuousActionState
,
repeatCount
:
number
)
=>
void
Optional
repeatDelay
?:
number
Optional
repeatInterval
?:
number
Settings
Member Visibility
External
Inherited
Private
Protected
Deprecated
Theme
OS
Light
Dark
Script API - v1.21.61
Loading...
An action that continues to execute after activation