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,80 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "CollisionEvent",
|
||||
"context": "BehaviorClass",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "CollisionEvent"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetBody1EntityId",
|
||||
"context": "CollisionEvent",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetBody1EntityId"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetBody1EntityId is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "CollisionEvent::Get Body 1 EntityId",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
|
||||
"details": {
|
||||
"name": "CollisionEvent*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
||||
"details": {
|
||||
"name": "EntityId",
|
||||
"tooltip": "Entity Unique Id"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetBody2EntityId",
|
||||
"context": "CollisionEvent",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetBody2EntityId"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetBody2EntityId is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "CollisionEvent::Get Body 2 EntityId",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{7602AA36-792C-4BDC-BDF8-AA16792151A3}",
|
||||
"details": {
|
||||
"name": "CollisionEvent*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
||||
"details": {
|
||||
"name": "EntityId",
|
||||
"tooltip": "Entity Unique Id"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user