Updated more node names
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user