Files
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/GameplayNotificationId.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

117 lines
4.3 KiB
Plaintext

{
"entries": [
{
"key": "GameplayNotificationId",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Gameplay Notification ID",
"category": "Gameplay"
},
"methods": [
{
"key": "ToString",
"context": "GameplayNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToString"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToString is invoked"
},
"details": {
"name": "GameplayNotificationId::ToString",
"category": "Gameplay"
},
"params": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationId*"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "String"
}
}
]
},
{
"key": "Equal",
"context": "GameplayNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Equal"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Equal is invoked"
},
"details": {
"name": "GameplayNotificationId::Equal",
"category": "Gameplay"
},
"params": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationId*"
}
},
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "const GameplayNotificationId&"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "Boolean"
}
}
]
},
{
"key": "Clone",
"context": "GameplayNotificationId",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Clone"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Clone is invoked"
},
"details": {
"name": "GameplayNotificationId::Clone",
"category": "Gameplay"
},
"params": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationId*"
}
}
],
"results": [
{
"typeid": "{C5225D36-7068-412D-A46E-DDF79CA1D7FF}",
"details": {
"name": "GameplayNotificationID"
}
}
]
}
]
}
]
}