Plugin Arithmetic

This plugin provides arithmetic gates and operations.

Components

NamePropertiesDataTypeSocketTypeDescription
arithmetic_operationlhsnumberinput
resultnumberoutput
arithmetic_gatelhsnumberinput
rhsnumberinput
resultnumberoutput

Entity Types

NameComponentsPropertiesDataTypeSocketTypeDescription

| | add | arithmetic_gate | lhs | number | input | Addition | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | | | | counter | action | trigger | bool | input | If triggered, the result will be incremented by 1 | | | action | result | number | output | | | | decrement | arithmetic_operation | lhs | number | input | Decrements the input by 1 | | | arithmetic_operation | result | number | output | | | | div | arithmetic_gate | lhs | number | input | Division | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | | | | increment | arithmetic_operation | lhs | number | input | Increments the input by 1 | | | arithmetic_operation | result | number | output | | | | max | arithmetic_gate | lhs | number | input | Max value | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | | | | min | arithmetic_gate | lhs | number | input | Min value | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | | | | mod | arithmetic_gate | lhs | number | input | Modulo | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | | | | mul | arithmetic_gate | lhs | number | input | Multiplication | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | | | | sub | arithmetic_gate | lhs | number | input | Subtraction | | | arithmetic_gate | rhs | number | input | | | | arithmetic_gate | result | number | output | |

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

Repository

Usage