Script Canvas, replace the text replacement system to a JSON file based one (#5228)

It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
Luis Sempé
2021-11-11 11:53:51 -08:00
committed by GitHub
parent 9d93282e42
commit 9e2a3226fd
1382 changed files with 209123 additions and 1515 deletions
@@ -0,0 +1,148 @@
{
"entries": [
{
"key": "ShapeAreaFalloffGradientRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "ShapeAreaFalloffGradientRequestBus"
},
"methods": [
{
"key": "SetFalloffType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFalloffType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFalloffType is invoked"
},
"details": {
"name": "SetFalloffType"
},
"params": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
}
]
},
{
"key": "SetFalloffWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetFalloffWidth"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetFalloffWidth is invoked"
},
"details": {
"name": "SetFalloffWidth"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "GetFalloffType",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFalloffType"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFalloffType is invoked"
},
"details": {
"name": "GetFalloffType"
},
"results": [
{
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
"details": {
"name": "unsigned char"
}
}
]
},
{
"key": "GetFalloffWidth",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetFalloffWidth"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetFalloffWidth is invoked"
},
"details": {
"name": "GetFalloffWidth"
},
"results": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
]
},
{
"key": "SetShapeEntityId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke SetShapeEntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after SetShapeEntityId is invoked"
},
"details": {
"name": "SetShapeEntityId"
},
"params": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "GetShapeEntityId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke GetShapeEntityId"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetShapeEntityId is invoked"
},
"details": {
"name": "GetShapeEntityId"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "EntityId",
"tooltip": "Entity Unique Id"
}
}
]
}
]
}
]
}