Script Canvas node translation system and naming consistency
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"base": "{F57D790D-01D5-5241-865C-3348CCB3536B}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Substring",
|
||||
"category": "String",
|
||||
"tooltip": "Returns a sub string from a given string"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Source_0",
|
||||
"details": {
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_From_1",
|
||||
"details": {
|
||||
"name": "From"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Length_2",
|
||||
"details": {
|
||||
"name": "Length"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result_0",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user