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,119 @@
{
"entries": [
{
"key": "SimulatedBodyComponentRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "SimulatedBodyComponentRequestBus",
"category": "PhysX"
},
"methods": [
{
"key": "GetAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get AABB is invoked"
},
"details": {
"name": "Get AABB"
},
"results": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "Aabb"
}
}
]
},
{
"key": "IsPhysicsEnabled",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Is Physics Enabled"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Is Physics Enabled is invoked"
},
"details": {
"name": "Is Physics Enabled"
},
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
},
{
"key": "RayCast",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Raycast (Single Body)"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Raycast (Single Body) is invoked"
},
"details": {
"name": "Raycast (Single Body)",
"tooltip": "Perform a raycast against a single simulated body (not the whole scene)"
},
"params": [
{
"typeid": "{53EAD088-A391-48F1-8370-2A1DBA31512F}",
"details": {
"name": "Raycast Request",
"tooltip": "Parameters for raycast"
}
}
],
"results": [
{
"typeid": "{7A7201B9-67B5-438B-B4EB-F3EEBB78C617}",
"details": {
"name": "SceneQueryHit"
}
}
]
},
{
"key": "DisablePhysics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Disable Physics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Disable Physics is invoked"
},
"details": {
"name": "Disable Physics"
}
},
{
"key": "EnablePhysics",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Enable Physics"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Enable Physics is invoked"
},
"details": {
"name": "Enable Physics"
}
}
]
}
]
}