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

From Neos Wiki
Jump to navigation Jump to search
m (Zyzyl moved page -- to -- (LogiX node) (Actions): Renaming to bring closer in line with Wikipedia title conventions)
 
(25 intermediate revisions by 7 users not shown)
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.
+
<languages></languages>
<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>
+
<translate>
Accepted Datatypes:<br>
+
<!--T:1-->
[[Float]]<br>
+
{{Infobox Logix Node
[[Integer]]
+
| Name = --
 +
| Image =[[File: DecrementByteNodeNode.png | noframe | 128px | '--' LogiX node ]]
 +
| Input0Type = Impulse | Input0Name = Decrement
 +
| Output0Type = IValue`1 | Output0Name = Target
 +
| Output1Type = Impulse | Output1Name = OnDone
 +
}}
 +
 
 +
<!--T:2-->
 +
The '''--''' node reduces the referenced <code>Target</code> value by one when it receives an impulse at <code>Decrement</code>.
 +
 
 +
== Usage == <!--T:3-->
 +
The <code>OnDone</code> output fires an impulse when the <code>Target</code> value has been decremented. An impulse will not fire if there is no valid <code>Target</code>. This impulse continues the impulse chain which arrived at <code>Decrement</code>.
 +
 
 +
 
 +
<!--T:13-->
 +
This node differs from the [[-1 (LogiX node)|-1]] node under Operators since it only makes changes when it receives an impulse. This makes it useful for decrementing a target value (e.g. one stored in a variable node or component e.g. a [[ValueField (Component)|ValueField]]) in a way which is saved and synchronized across all users. If the aim is to decrement a value locally as part of a LogiX calculation the [[-1 (LogiX node)|-1]] node is likely the better choice.
 +
 
 +
== Examples == <!--T:4-->
 +
 
 +
== Node Menu == <!--T:5-->
 +
</translate>
 +
 
 +
[[Category:LogiX{{#translation:}}|--]]
 +
[[Category:LogiX:Actions{{#translation:}}|--]]
 +
{{NodeMenu-Actions}}

Latest revision as of 05:04, 19 February 2022

Other languages:
English • ‎日本語 • ‎한국어
--
'--' LogiX node
Inputs
  Impulse Decrement
Outputs
  IValue`1 Target
  Impulse OnDone

The -- node reduces the referenced Target value by one when it receives an impulse at Decrement.

Usage

The OnDone output fires an impulse when the Target value has been decremented. An impulse will not fire if there is no valid Target. This impulse continues the impulse chain which arrived at Decrement.


This node differs from the -1 node under Operators since it only makes changes when it receives an impulse. This makes it useful for decrementing a target value (e.g. one stored in a variable node or component e.g. a ValueField) in a way which is saved and synchronized across all users. If the aim is to decrement a value locally as part of a LogiX calculation the -1 node is likely the better choice.

Examples

Node Menu

Actions
Back -- ++ Drive Drive Playback Tween Write
Write Latch Write Ref Write Ref Latch