Updated names for more SC elements

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-15 08:24:39 -08:00
parent 56834361bc
commit 3fc95230af
4 changed files with 299 additions and 42 deletions
@@ -0,0 +1,75 @@
{
"entries": [
{
"key": "AreaSystemRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Area System",
"category": "Area System"
},
"methods": [
{
"key": "GetInstanceCountInAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Instance Count In AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after GetInstance Count In AABB is invoked"
},
"details": {
"name": "Get Instance Count In AABB"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
}
],
"results": [
{
"typeid": "{D6597933-47CD-4FC8-B911-63F3E2B0993A}",
"details": {
"name": "Instance Count"
}
}
]
},
{
"key": "GetInstancesInAabb",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Instances In AABB"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Instances In AABB is invoked"
},
"details": {
"name": "Get Instances In AABB"
},
"params": [
{
"typeid": "{A54C2B36-D5B8-46A1-A529-4EBDBD2450E7}",
"details": {
"name": "AABB"
}
}
],
"results": [
{
"typeid": "{F323EFB3-042D-51E9-ABE8-0B55D587CC8E}",
"details": {
"name": "Instances"
}
}
]
}
]
}
]
}