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

From Neos Wiki
Jump to navigation Jump to search
(Resize image and update category)
(Update to new node style & reflect changed name of -- operators node)
Line 1: Line 1:
 
<languages></languages>
 
<languages></languages>
 
<translate>
 
<translate>
 
 
<!--T:1-->
 
<!--T:1-->
 
{{Infobox Logix Node
 
{{Infobox Logix Node
Line 11: Line 10:
 
}}
 
}}
  
== Intoduction == <!--T:2-->
+
<!--T:2-->
The '''--''' node in the Actions category reduces the referenced target value by one when it receives an impulse.
+
The '''--''' node reduces the referenced <code>Target</code> value by one when it receives an impulse at <code>Decrement</code>.
  
 
== Usage == <!--T:3-->
 
== Usage == <!--T:3-->
This node differs from the identically named [[-- (LogiX node) (Operators)|--]] 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 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 [[-- (LogiX node) (Operators)]] is likely the better choice.
+
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>.
 +
 
 +
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-->
 
== Examples == <!--T:4-->

Revision as of 08:05, 10 July 2021

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