Updated more node names

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-18 15:46:30 -08:00
parent c097c5755c
commit a0ca98238f
13 changed files with 485 additions and 269 deletions
@@ -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"
}
}
]