Block Attributes

tickrate

This attribute defines the block's tickrate. The tickrate defines for example how often the onUpdate event is called.

Examples

// Default value
tickrate = 10;

tickrate = 1;

tickrate = 5;