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

134 lines
5.1 KiB
Plaintext

{
"entries": [
{
"key": "Math_VM",
"context": "BehaviorClass",
"variant": "",
"details": {
"name": "Math_VM"
},
"methods": [
{
"key": "ThreeGeneric",
"context": "Math_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke ThreeGeneric"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after ThreeGeneric is invoked"
},
"details": {
"name": "Math_VM::ThreeGeneric",
"category": "Other"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "const Vector3&"
}
},
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
},
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "const bool&"
}
}
],
"results": [
{
"typeid": "{5BAFAD11-D6AF-5946-B09B-6E0B72E1209C}",
"details": {
"name": "tuple<Vector3 AZStd::basic_string<char, AZStd::char_traits<char>, allocator> bool >"
}
}
]
},
{
"key": "MultiplyAndAdd",
"context": "Math_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke MultiplyAndAdd"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after MultiplyAndAdd is invoked"
},
"details": {
"name": "Math_VM::MultiplyAndAdd",
"category": "Other"
},
"params": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
},
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
},
{
"key": "StringToNumber",
"context": "Math_VM",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke StringToNumber"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after StringToNumber is invoked"
},
"details": {
"name": "Math_VM::StringToNumber",
"category": "Other"
},
"params": [
{
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
"details": {
"name": "const AZStd::basic_string<char, AZStd::char_traits<char>, alloc"
}
}
],
"results": [
{
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
"details": {
"name": "double"
}
}
]
}
]
}
]
}