All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en){{Stub}}
{{Infobox Logix Node
|Name=Create Dynamic Variable`1
|Image=[[File:CreateDynamicVariable1.png| 'Create Dynamic Variable`1' LogiX node|noframe|256px]]
| Input0Type = Impulse | Input0Name = WriteOrCreate
| Input1Type = Slot | Input1Name = Target
| Input2Type = String | Input2Name = VariableName
| Input3Type = T | Input3Name = InitialValue
| Input4Type = Bool | Input4Name = CreateDirectlyOnTarget
| Input5Type = Bool | Input5Name = CreateNonPersistent
| Output0Type = Impulse | Output0Name = OnCreated
| Output1Type = Impulse | Output1Name = OnAlreadyExists
| Output2Type = Impulse | Output2Name = OnNotFound
}}
== Introduction ==
The '''Create Dynamic Variable`1''' node attempts to create a Dynamic Variable of the specified Type on the slot of the nearest [[DynamicVariableSpace (Component) | DynamicVariableSpace]] to the <code>Target</code> Slot.
 h Japanese (ja){{Stub}}
{{Infobox Logix Node
|Name=Create Dynamic Variable`1
|Image=[[File:CreateDynamicVariable1.png| 'Create Dynamic Variable`1' LogiX node|noframe|256px]]
| Input0Type = Impulse | Input0Name = WriteOrCreate
| Input1Type = Slot | Input1Name = Target
| Input2Type = String | Input2Name = VariableName
| Input3Type = T | Input3Name = InitialValue
| Input4Type = Bool | Input4Name = CreateDirectlyOnTarget
| Input5Type = Bool | Input5Name = CreateNonPersistent
| Output0Type = Impulse | Output0Name = OnCreated
| Output1Type = Impulse | Output1Name = OnAlreadyExists
| Output2Type = Impulse | Output2Name = OnNotFound
}}
== はじめに ==
'''Create Dynamic Variable`1'''ノードは <code>Target</code> Slot に最も近い[[DynamicVariableSpace (Component) | DynamicVariableSpace]]のスロットに指定した Type の Dynamic Variable を作成しようとします。