Difference between revisions of "-- (LogiX node) (Actions)"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "In programming, increment ++ operator increases the value of a variable by 1 and decrement -- operator decreases the value of a variable by 1.")
 
Line 1: Line 1:
 
In programming, increment ++ operator increases the value of a variable by 1 and decrement -- operator decreases the value of a variable by 1.
 
In programming, increment ++ operator increases the value of a variable by 1 and decrement -- operator decreases the value of a variable by 1.
 +
<br>There are 2 Variations of this node. The node under [[LogiX: Operators]] calculates on change locally while the node under [[LogiX: Action]] writes a Sync to a variable for all users.<br><br>
 +
Accepted Datatypes:<br>
 +
[[Float]]<br>
 +
[[Integer]]

Revision as of 20:54, 18 April 2019

In programming, increment ++ operator increases the value of a variable by 1 and decrement -- operator decreases the value of a variable by 1.
There are 2 Variations of this node. The node under LogiX: Operators calculates on change locally while the node under LogiX: Action writes a Sync to a variable for all users.

Accepted Datatypes:
Float
Integer