Updated all names files to use 'base' instead of 'key' to avoid validation issues

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-23 10:36:34 -08:00
parent 3b9b654070
commit d30ac7cfa6
1374 changed files with 10157 additions and 10157 deletions
@@ -1,7 +1,7 @@
{
"entries": [
{
"key": "{0A2EB488-5A6A-E166-BB62-23FF81499E33}",
"base": "{0A2EB488-5A6A-E166-BB62-23FF81499E33}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
@@ -11,47 +11,47 @@
},
"slots": [
{
"key": "Input_Connect Event",
"base": "Input_Connect Event",
"details": {
"name": "Connect Event",
"tooltip": "Connect to input event name as defined in an input binding asset."
}
},
{
"key": "DataInput_Event Name",
"base": "DataInput_Event Name",
"details": {
"name": "Event Name"
}
},
{
"key": "Output_On Connect Event",
"base": "Output_On Connect Event",
"details": {
"name": "On Connect Event",
"tooltip": "Connect to input event name as defined in an input binding asset."
}
},
{
"key": "Output_Pressed",
"base": "Output_Pressed",
"details": {
"name": "Pressed",
"tooltip": "Signaled when the input event begins."
}
},
{
"key": "DataOutput_value",
"base": "DataOutput_value",
"details": {
"name": "value"
}
},
{
"key": "Output_Held",
"base": "Output_Held",
"details": {
"name": "Held",
"tooltip": "Signaled while the input event is active."
}
},
{
"key": "Output_Released",
"base": "Output_Released",
"details": {
"name": "Released",
"tooltip": "Signaled when the input event ends."