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:
+162
@@ -0,0 +1,162 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "AssetCollectionAsyncLoaderTestBus",
|
||||
"context": "EBusSender",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "AssetCollectionAsyncLoaderTestBus"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetPendingAssetsList",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetPendingAssetsList"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetPendingAssetsList is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "GetPendingAssetsList"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{99DAD0BC-740E-5E82-826B-8FC7968CC02C}",
|
||||
"details": {
|
||||
"name": "AZStd::vector"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetCountOfPendingAssets",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetCountOfPendingAssets"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetCountOfPendingAssets is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "GetCountOfPendingAssets"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
|
||||
"details": {
|
||||
"name": "unsigned int"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "ValidateAssetWasLoaded",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke ValidateAssetWasLoaded"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after ValidateAssetWasLoaded is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "ValidateAssetWasLoaded"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "AZStd::string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
||||
"details": {
|
||||
"name": "bool"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "CancelLoadingAssets",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke CancelLoadingAssets"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after CancelLoadingAssets is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "CancelLoadingAssets"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "StartLoadingAssetsFromAssetList",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke StartLoadingAssetsFromAssetList"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after StartLoadingAssetsFromAssetList is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "StartLoadingAssetsFromAssetList"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{99DAD0BC-740E-5E82-826B-8FC7968CC02C}",
|
||||
"details": {
|
||||
"name": "AZStd::vector"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
||||
"details": {
|
||||
"name": "bool"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "StartLoadingAssetsFromJsonFile",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke StartLoadingAssetsFromJsonFile"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after StartLoadingAssetsFromJsonFile is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "StartLoadingAssetsFromJsonFile"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "AZStd::string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
||||
"details": {
|
||||
"name": "bool"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user