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.
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "ScriptTimePoint",
|
||||
"context": "BehaviorClass",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Script Time Point",
|
||||
"category": "Timing"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "ToString",
|
||||
"context": "ScriptTimePoint",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke ToString"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after ToString is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "ScriptTimePoint::ToString",
|
||||
"category": "Timing"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
|
||||
"details": {
|
||||
"name": "ScriptTimePoint*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
||||
"details": {
|
||||
"name": "String"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetSeconds",
|
||||
"context": "ScriptTimePoint",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetSeconds"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetSeconds is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "ScriptTimePoint::GetSeconds",
|
||||
"category": "Timing"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
|
||||
"details": {
|
||||
"name": "ScriptTimePoint*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
|
||||
"details": {
|
||||
"name": "Number"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "GetMilliseconds",
|
||||
"context": "ScriptTimePoint",
|
||||
"entry": {
|
||||
"name": "In",
|
||||
"tooltip": "When signaled, this will invoke GetMilliseconds"
|
||||
},
|
||||
"exit": {
|
||||
"name": "Out",
|
||||
"tooltip": "Signaled after GetMilliseconds is invoked"
|
||||
},
|
||||
"details": {
|
||||
"name": "ScriptTimePoint::GetMilliseconds",
|
||||
"category": "Timing"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
|
||||
"details": {
|
||||
"name": "ScriptTimePoint*"
|
||||
}
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"typeid": "{110C4B14-11A8-4E9D-8638-5051013A56AC}",
|
||||
"details": {
|
||||
"name": "Number"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user