Script Canvas node translation system and naming consistency

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-12-07 15:40:04 -08:00
parent 8d096ebf61
commit 72bfd8bdf8
1515 changed files with 235974 additions and 2095 deletions
@@ -0,0 +1,47 @@
{
"entries": [
{
"base": "wait_for_debugger",
"context": "Method",
"variant": "",
"details": {
"name": "",
"category": "Globals"
},
"methods": [
{
"base": "wait_for_debugger",
"context": "Global",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke wait_for_debugger"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after wait_for_debugger is invoked"
},
"details": {
"name": "wait_for_debugger",
"category": "Other"
},
"params": [
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "float"
}
}
],
"results": [
{
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
"details": {
"name": "bool"
}
}
]
}
]
}
]
}