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

122 lines
4.7 KiB
Plaintext

{
"entries": [
{
"key": "String_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "String_VM"
},
"methods": [
{
"key": "ToLower",
"context": "String_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToLower"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToLower is invoked"
},
"details": {
"name": "String_VM::ToLower",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
},
{
"key": "ToUpper",
"context": "String_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ToUpper"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ToUpper is invoked"
},
"details": {
"name": "String_VM::ToUpper",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
},
{
"key": "Substring",
"context": "String_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Substring"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Substring is invoked"
},
"details": {
"name": "String_VM::Substring",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
},
{
"typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}",
"details": {
"name": "unsigned int"
}
}
],
"results": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "AZStd::basic_string<char, AZStd::char_traits<char>, allocator>"
}
}
]
}
]
}
]
}