Method

PurpleCountingNodechange_online_count

since: 3.0

Declaration [src]

void
purple_counting_node_change_online_count (
  PurpleCountingNode* counter,
  int delta
)

Description [src]

Changes the number of children of the counting node that are online. The provided delta value is added to the count, or if it’s negative, the count is decreased.

Available since: 3.0

Parameters

delta

Type: int

The value to change the online count by.