OnRepeatCheck

OnRepeatCheck()

protected bool OnRepeatCheck() ;

Description

Callback to decide whether to repeat again when the self node finishes.

Returns

Returns true if to repeat, false otherwise.

OnRepeatCheck(bool)

protected bool OnRepeatCheck(bool nodeResult) ;

Description

Callback to decide whether to repeat again when the self node finishes.

Parameters

Parameter Name Description
nodeResult Node processing result

Returns

Returns true if to repeat, false otherwise.