Updated more node names
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "TimeDelay",
|
||||
"name": "Time Delay",
|
||||
"category": "Timing",
|
||||
"tooltip": "Delays all incoming execution for the specified number of ticks"
|
||||
},
|
||||
|
||||
@@ -5,10 +5,9 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "ToLower",
|
||||
"name": "To Lower",
|
||||
"category": "String",
|
||||
"tooltip": "Makes all the characters in the string lower case",
|
||||
"subtitle": "String"
|
||||
"tooltip": "Makes all the characters in the string lower case"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
@@ -24,15 +23,15 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_String: Source",
|
||||
"key": "DataInput_Source",
|
||||
"details": {
|
||||
"name": "String: Source"
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: String",
|
||||
"key": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result: String"
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5,10 +5,9 @@
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "ToUpper",
|
||||
"name": "To Upper",
|
||||
"category": "String",
|
||||
"tooltip": "Makes all the characters in the string upper case",
|
||||
"subtitle": "String"
|
||||
"tooltip": "Makes all the characters in the string upper case"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
@@ -24,15 +23,15 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_String: Source",
|
||||
"key": "DataInput_Source",
|
||||
"details": {
|
||||
"name": "String: Source"
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataOutput_Result: String",
|
||||
"key": "DataOutput_Result",
|
||||
"details": {
|
||||
"name": "Result: String"
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "{BA107060-249D-4818-9CEC-7573718273FC}",
|
||||
"key": "{E73DB180-A325-763B-A1FE-517B548AF66E}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "HeartBeat",
|
||||
"name": "Heart Beat",
|
||||
"category": "Timing",
|
||||
"tooltip": "While active, will signal the output at the given interval.",
|
||||
"subtitle": "Timing"
|
||||
"tooltip": "While active, will signal the output at the given interval."
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
@@ -17,6 +16,18 @@
|
||||
"name": "Start"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Interval",
|
||||
"details": {
|
||||
"name": "Interval"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_On Start",
|
||||
"details": {
|
||||
"name": "On Start"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Input_Stop",
|
||||
"details": {
|
||||
@@ -24,15 +35,16 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "Output_Pulse",
|
||||
"key": "Output_On Stop",
|
||||
"details": {
|
||||
"name": "Pulse"
|
||||
"name": "On Stop"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "DataInput_Interval",
|
||||
"key": "Output_Pulse",
|
||||
"details": {
|
||||
"name": "Interval"
|
||||
"name": "Pulse",
|
||||
"tooltip": "Signaled at each specified interval."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user