API Documentation for:
Show:

Limiter

Defined in: Limiter:4
Module: b3

This decorator limit the number of times its child can be called. After a certain number of times, the Limiter decorator returns FAILURE without executing the child.

Item Index

Methods

Methods

open

(
  • tick
)

Defined in open:44

Open method.

Parameters:

  • tick Tick

    A tick instance.

tick

(
  • tick
)
Constant

Defined in tick:53

Tick method.

Parameters:

  • tick Tick

    A tick instance.

Returns:

Constant:

A state constant.