Due to the recent resurgence of spam, we have temporarily disabled user creation and page editing/creation as we resolve the issue.
Difference between revisions of "Integer"
From Snapwiki
(Created page with "== Integer == An Integer variable can be set to a whole number and used to control certain properties on other objects. {| class="wikitable" style="width: 60%;" !'''INPUTS''...") |
m (Fixing Flow category) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Flow]] | ||
== Integer == | == Integer == | ||
− | |||
An Integer variable can be set to a whole number and used to control certain properties on other objects. | An Integer variable can be set to a whole number and used to control certain properties on other objects. | ||
− | {| class="wikitable" | + | == Details == |
− | + | {| class="wikitable" | |
+ | |- | ||
+ | |[[File:Integer.PNG]]|| | ||
+ | '''Object''': Integer | ||
+ | |||
+ | '''Category''': Variable | ||
+ | |||
|} | |} | ||
− | ;Set (Integer) | + | == Inputs == |
− | + | {| class="wikitable" style="width:60%;" | |
− | + | !colspan="3"|'''INPUTS''' | |
− | + | |- | |
− | + | |[[File:Set.png|64px|link=Set]]||'''Set (Integer)'''||Set the Integer to the value specified in the input's properties. | |
− | + | |- | |
− | + | |[[File:Add.png|64px|link=Add]]||'''Add (Integer)'''||Increase the Integer by the amount specified in the input's properties. | |
− | + | |- | |
− | + | |[[File:Subtract.png|64px|link=Subtract]]||'''Subtract (Integer)'''||Decrease the Integer by the amount specified in the input's properties. | |
+ | |- | ||
+ | |[[File:Multiply.png|64px|link=Multiply]]||'''Multiply (Integer)'''||Set the Integer to the product of its current value and the value specified in the input's properties. | ||
+ | |- | ||
+ | |[[File:Divide.png|64px|link=Divide]]||'''Divide (Integer)'''||Set the Integer to the quotient from dividing the current value by the value specified in the input's properties. | ||
+ | |- | ||
+ | |[[File:Modulo.png|64px|link=Modulo]]||'''Modulo (Integer)'''||Set the Integer to the remainder after dividing the current value by the value specified in the input's properties. | ||
+ | |- | ||
+ | |[[File:Min.png|64px|link=Min]]||'''Min (Integer)'''||Set the Integer to the value specified in the input's properties if it is less than the current value. | ||
+ | |- | ||
+ | |[[File:Max.png|64px|link=Max]]||'''Max (Integer)'''||Set the Integer to the value specified in the input's properties if it is greater than the current value. | ||
+ | |- | ||
+ | |[[File:Random.png|64px|link=Random]]||'''Random (Integer)'''||Set the Integer to a random value between the allowed minimum and maximum. | ||
+ | |} | ||
− | {| class="wikitable" style="width: 60%;" | + | == Outputs == |
− | !'''OUTPUTS''' | + | {| class="wikitable" style="width:60%;" |
+ | !colspan="3"|'''OUTPUTS''' | ||
+ | |- | ||
+ | |[[File:OnChanged.png|64px|link=On Changed]]||'''On Changed'''||When the value changes, send a signal. The activator is the Resource or Cached Entity that changed. There is no activator for Boolean, Color, Integer, Number or String variables. | ||
|} | |} | ||
− | + | == Properties == | |
+ | {| class="wikitable" style="width: 60%;" | ||
+ | !colspan="3"|'''PROPERTIES''' | ||
+ | |- | ||
+ | |'''Property'''||'''Type'''||'''Description''' | ||
+ | |- | ||
+ | |'''Name'''||String||The name of this object. Rename an object to make it easy to identify. | ||
+ | |- | ||
+ | |'''Icon'''||Grid Picker||Icon of this object. Change the icon to make it easy to identify. | ||
+ | |- | ||
+ | |'''Initial Value'''||Integer||The starting value for this variable. | ||
+ | |- | ||
+ | |'''Min Value'''||Integer||The minimum value. | ||
+ | |- | ||
+ | |'''Max Value'''||Integer||The maximum value. | ||
+ | |} |
Latest revision as of 2016-06-16T13:39:35
Contents
Integer
An Integer variable can be set to a whole number and used to control certain properties on other objects.
Details
Object: Integer Category: Variable |
Inputs
Outputs
OUTPUTS | ||
---|---|---|
![]() |
On Changed | When the value changes, send a signal. The activator is the Resource or Cached Entity that changed. There is no activator for Boolean, Color, Integer, Number or String variables. |
Properties
PROPERTIES | ||
---|---|---|
Property | Type | Description |
Name | String | The name of this object. Rename an object to make it easy to identify. |
Icon | Grid Picker | Icon of this object. Change the icon to make it easy to identify. |
Initial Value | Integer | The starting value for this variable. |
Min Value | Integer | The minimum value. |
Max Value | Integer | The maximum value. |