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:
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "WindRequestsBus",
|
||||
"context": "EBusSender",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "WindRequestsBus",
|
||||
"category": "PhysX"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetGlobalWind",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke Get Global Wind"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after Get Global Wind is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "Get Global Wind"
|
||||
},
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
||||
"details": {
|
||||
"name": "Vector3"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetWindAtPosition",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke Get Wind At Position"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after Get Wind At Position is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "Get Wind At Position"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
||||
"details": {
|
||||
"name": "Position"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
||||
"details": {
|
||||
"name": "Vector3"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetWindInsideAabb",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke Get Wind Inside AABB"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after Get Wind Inside AABB is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "Get Wind Inside AABB"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
|
||||
"details": {
|
||||
"name": "AABB"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
||||
"details": {
|
||||
"name": "Vector3"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user