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,46 @@
{
"entries": [
{
"key": "UiClickableTextBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "UiClickableTextBus",
"category": "UI"
},
"methods": [
{
"key": "SetClickableTextColor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Set Clickable Text Color"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Set Clickable Text Color is invoked"
},
"details": {
"name": "Set Clickable Text Color",
"tooltip": "Sets the color of the clickable text, overriding the value from the markup button"
},
"params": [
{
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
"details": {
"name": "ID",
"tooltip": "The markup ID of the clickable text"
}
},
{
"typeid": "{7894072A-9050-4F0F-901B-34B1A0D29417}",
"details": {
"name": "Color",
"tooltip": "The color for the clickable text"
}
}
]
}
]
}
]
}