Community ProtoFlux Library/AmasterAmaster/Action/Increment And Decrement: Difference between revisions
Created page with "{{Custom Node|AmasterAmaster}} {{#Invoke:ProtoFlux|GenerateUI |Name=Increment And Decrement |Category:Amaster's Action Library |Inputs= [ {"Name":"Increment", "Type":"Call"}, {"Name":"Decrement", "Type":"Call"} ] |Outputs= [ {"Name":"OnIncrement", "Type":"Continuation"}, {"Name":"OnDecrement", "Type":"Continuation"}, {"Name":"OnFail", "Type":"Continuation"}, {"Name":"Value", "Type":"int"}, {"Name":"FieldOfValue", "Type":"IField95"} ] |Custom=true..." |
No edit summary |
||
Line 45: | Line 45: | ||
Sends an impulse after Increment ([[Impulses|Call]]) or Decrement ([[Impulses|Call]]) has been impulsed and the value wasn't able to be written due to a missing target. | Sends an impulse after Increment ([[Impulses|Call]]) or Decrement ([[Impulses|Call]]) has been impulsed and the value wasn't able to be written due to a missing target. | ||
=== Value ([[Int| | === Value ([[Int|Integer]]) === | ||
The int value that changes on the number of increment or decrement is called. | The int value that changes on the number of increment or decrement is called. | ||
=== FieldOfValue ([[IField|IField]]) | === FieldOfValue ([[IField|IField]]) === | ||
Allows to write directly into a string field using another node. | Allows to write directly into a string field using another node. |
Revision as of 12:54, 23 August 2024
Increment And Decrement is a custom node that allows the user to add or subtract an Int value. This is useful for manipulating an int value on an object to change its function depending on how the users use the int value of that object.
Input
Increment (Call)
Call to increase the int value by 1.
Decrement (Call)
Call to decrease the int value by 1.
Output
OnIncrement (Continuation)
Sends an impulse after Increment (Call) has been impulsed and the value has been written.
OnDecrement (Continuation)
Sends an impulse after Decrement (Call) has been impulsed and the value has been written.
OnFail (Continuation)
Sends an impulse after Increment (Call) or Decrement (Call) has been impulsed and the value wasn't able to be written due to a missing target.
Value (Integer)
The int value that changes on the number of increment or decrement is called.
FieldOfValue (IField)
Allows to write directly into a string field using another node.