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,70 @@
{
"entries": [
{
"key": "AudioSwitchComponentRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "AudioSwitchComponentRequestBus",
"category": "Audio"
},
"methods": [
{
"key": "SetState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set State is invoked"
},
"details": {
"name": "Set State",
"tooltip": "Sets the specified state of the default switch"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "State Name",
"tooltip": "Name of the state to set"
}
}
]
},
{
"key": "SetSwitchState",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Switch State"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Switch State is invoked"
},
"details": {
"name": "Set Switch State",
"tooltip": "Sets a specified switch to a specified state"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "Switch Name",
"tooltip": "Name of the switch to set"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "State Name",
"tooltip": "Name of the state to set"
}
}
]
}
]
}
]
}