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,85 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "PhysicsScene",
|
||||
"context": "BehaviorClass",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "PhysicsScene"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "GetOnGravityChangeEvent",
|
||||
"context": "PhysicsScene",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetOnGravityChangeEvent"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetOnGravityChangeEvent is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "PhysicsScene::GetOnGravityChangeEvent",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{4985DFB0-7CD9-5B28-980B-BA2C701BE3D6}",
|
||||
"details": {
|
||||
"name": "Event<tuple<Crc32 AZ::s8 > const Vector3& >*"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "QueryScene",
|
||||
"context": "PhysicsScene",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke QueryScene"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after QueryScene is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "PhysicsScene::QueryScene",
|
||||
"category": "Other"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{52BD8163-BDC4-4B09-ABB2-11DD1F601FFD}",
|
||||
"details": {
|
||||
"name": "Scene*"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{76ECAB7D-42BA-461F-82E6-DCED8E1BDCB9}",
|
||||
"details": {
|
||||
"name": "const SceneQueryRequest*",
|
||||
"tooltip": "Parameters for scene queries"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{BAFCC4E7-A06B-4909-B2AE-C89D9E84FE4E}",
|
||||
"details": {
|
||||
"name": "SceneQueryHits"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user