Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Handlers/ActorNotificationBus.names
T
Luis Sempé 9e2a3226fd 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.
2021-11-11 11:53:51 -08:00

139 lines
4.7 KiB
Plaintext

{
"entries": [
{
"key": "ActorNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "Actor",
"category": "Animation"
},
"methods": [
{
"key": "OnMotionEvent",
"details": {
"name": "On Motion Event"
},
"params": [
{
"typeid": "{0C899DAC-6B19-4BDD-AD8C-8A11EF2A6729}",
"details": {
"name": "MotionEvent"
}
}
]
},
{
"key": "OnMotionLoop",
"details": {
"name": "On Motion Loop"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateEntering",
"details": {
"name": "On State Entering"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateEntered",
"details": {
"name": "On State Entered"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateExiting",
"details": {
"name": "On State Exiting"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateExited",
"details": {
"name": "On State Exited"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateTransitionStart",
"details": {
"name": "On State Transition Start"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
},
{
"key": "OnStateTransitionEnd",
"details": {
"name": "On State Transition End"
},
"params": [
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
},
{
"typeid": "{3AB0037F-AF8D-48CE-BCA0-A170D18B2C03}",
"details": {
"name": "char"
}
}
]
}
]
}
]
}