API Documentation for:
Show:

Sequence

Defined in: Sequence:4
Module: b3

The Sequence node ticks its children sequentially until one of them returns FAILURE, RUNNING or ERROR. If all children return the success state, the sequence also returns SUCCESS.

Item Index

Methods

Methods

tick

(
  • tick
)
Constant

Defined in tick:29

Tick method.

Parameters:

  • tick b3.Tick

    A tick instance.

Returns:

Constant:

A state constant.