Script API - v1.21.90.25
Preparing search index...
@minecraft/server-editor
ContinuousAction
Type Alias ContinuousAction
An action that continues to execute after activation
type
ContinuousAction
=
{
actionType
:
ContinuousAction
;
onExecute
:
(
state
:
ContinuousActionState
,
repeatCount
:
number
)
=>
void
;
repeatDelay
?:
number
;
repeatInterval
?:
number
;
}
Index
Properties
action
Type
on
Execute
repeat
Delay?
repeat
Interval?
Properties
Readonly
action
Type
actionType
:
ContinuousAction
Readonly
on
Execute
onExecute
:
(
state
:
ContinuousActionState
,
repeatCount
:
number
)
=>
void
Optional
repeat
Delay
repeatDelay
?:
number
Optional
repeat
Interval
repeatInterval
?:
number
Settings
Member Visibility
External
Inherited
Private
Protected
Deprecated
Theme
OS
Light
Dark
On This Page
Properties
action
Type
on
Execute
repeat
Delay
repeat
Interval
Script API - v1.21.90.25
Loading...
An action that continues to execute after activation