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

From Neos Wiki
Jump to navigation Jump to search
m
m
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 to a variable for all users.<br><br>
+
<br>There are 2 Variations of this node. The node under [[:Catagory:LogiX: Operators|Operators]] calculates on change locally while the node under [[LogiX: Action]] writes to a variable for all users.<br><br>
 
Accepted Datatypes:<br>
 
Accepted Datatypes:<br>
 
[[Float]]<br>
 
[[Float]]<br>
 
[[Integer]]
 
[[Integer]]

Revision as of 21:25, 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 Operators calculates on change locally while the node under LogiX: Action writes to a variable for all users.

Accepted Datatypes:
Float
Integer