You're reading the documentation for a development version. For the latest released version, please have a look at master.

Count Node

Overview

A counter node that increases its counter every time the node has been run, usually used in flowchart and loop control

Input and Output

Output

Type

Description

count

Int

Stores the number of times count node has been run

Settings

../../_images/setting1.png
Reset Condition:

Boolean value, evaluated from link or advanced expression, when evaluated to True, then the value of the counter will be reset.

Reset Value :

The value for the counter node to reset to when reset flowchart, or Reset Condition is evaluated to True.

Procedure to Use

  1. Right click the node where you want to insert and insert an count pose node.
    ../../_images/step_16.png
  2. You may optionally set Reset Condition and Reset Value.

  3. You can access the Counter in other node like the folling image. (using Break node as an example)
    ../../_images/step_35.png