Fixed EBus generation to pull the BC metadata, and a few text updates

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-15 10:05:59 -08:00
parent 4af92fffb8
commit 9adb968e7a
5 changed files with 446 additions and 8 deletions
@@ -0,0 +1,45 @@
{
"entries": [
{
"key": "BlastFamilyComponentNotificationBus",
"context": "EBusHandler",
"variant": "",
"details": {
"name": "BlastFamilyComponentNotificationBus",
"category": "EBus Handlers"
},
"methods": [
{
"key": "OnActorCreated",
"details": {
"name": "On Actor Created"
},
"params": [
{
"typeid": "{A23453D5-79A8-49C8-B9F0-9CC35D711DD4}",
"details": {
"name": "Blast Actor Data",
"tooltip": "Represents Blast Actor in a Script Canvas friendly format."
}
}
]
},
{
"key": "OnActorDestroyed",
"details": {
"name": "On Actor Destroyed"
},
"params": [
{
"typeid": "{A23453D5-79A8-49C8-B9F0-9CC35D711DD4}",
"details": {
"name": "Blast Actor Data",
"tooltip": "Represents Blast Actor in a Script Canvas friendly format."
}
}
]
}
]
}
]
}
@@ -0,0 +1,36 @@
{
"entries": [
{
"key": "BlastFamilyComponentRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Blast Family"
},
"methods": [
{
"key": "GetActorsData",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Actors Data"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Actors Data is invoked"
},
"details": {
"name": "Get Actors Data"
},
"results": [
{
"typeid": "{9B2C5410-EFDC-5A61-8B89-0F515B41AB24}",
"details": {
"name": "Actors Data"
}
}
]
}
]
}
]
}
@@ -0,0 +1,315 @@
{
"entries": [
{
"key": "BlastFamilyDamageRequestBus",
"context": "EBusSender",
"variant": "",
"details": {
"name": "Blast Family Damage"
},
"methods": [
{
"key": "Get Family Id",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Get Family Id"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Get Family Id is invoked"
},
"details": {
"name": "Get Family Id"
},
"results": [
{
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
"details": {
"name": "Entity Id",
"tooltip": "Entity Unique Id"
}
}
]
},
{
"key": "Destroy actor",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Destroy actor"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Destroy actor is invoked"
},
"details": {
"name": "Destroy Actor"
}
},
{
"key": "Triangle Damage",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Triangle Damage"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Triangle Damage is invoked"
},
"details": {
"name": "Triangle Damage"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position 0",
"tooltip": "Vertex of the triangle."
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position 1",
"tooltip": "Vertex of the triangle."
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position 2",
"tooltip": "Vertex of the triangle."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damage",
"tooltip": "How much damage to deal."
}
}
]
},
{
"key": "Impact Spread Damage",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Impact Spread Damage"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Impact Spread Damage is invoked"
},
"details": {
"name": "Impact Spread Damage"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position",
"tooltip": "The global position of the damage's hit."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min Radius",
"tooltip": "Damages all chunks/bonds that are in the range [0, minRadius] with full damage"
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max Radius",
"tooltip": "Damages all chunks/bonds that are in the range [minRadius, maxRadius] with linearly decreasing damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damage",
"tooltip": "How much damage to deal."
}
}
]
},
{
"key": "Stress Damage",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Stress Damage"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Stress Damage is invoked"
},
"details": {
"name": "Stress Damage"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position",
"tooltip": "The global position of the damage's hit."
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Force",
"tooltip": "The force applied at the position."
}
}
]
},
{
"key": "Shear Damage",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Shear Damage"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Shear Damage is invoked"
},
"details": {
"name": "Shear Damage"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position",
"tooltip": "The global position of the damage's hit."
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Normal",
"tooltip": "The normal of the damage's hit."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min Radius",
"tooltip": "Damages all chunks/bonds that are in the range [0, minRadius] with full damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max Radius",
"tooltip": "Damages all chunks/bonds that are in the range [minRadius, maxRadius] with linearly decreasing damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damage",
"tooltip": "How much damage to deal."
}
}
]
},
{
"key": "Capsule Damage",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Capsule Damage"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Capsule Damage is invoked"
},
"details": {
"name": "Capsule Damage"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position 0",
"tooltip": "The global position of one of the capsule's ends."
}
},
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position 1",
"tooltip": "The global position of another of the capsule's ends."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min Radius",
"tooltip": "Damages all chunks/bonds that are in the range [0, minRadius] with full damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max Radius",
"tooltip": "Damages all chunks/bonds that are in the range [minRadius, maxRadius] with linearly decreasing damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damage",
"tooltip": "How much damage to deal."
}
}
]
},
{
"key": "Radial Damage",
"entry": {
"name": "In",
"tooltip": "When signaled, this will invoke Radial Damage"
},
"exit": {
"name": "Out",
"tooltip": "Signaled after Radial Damage is invoked"
},
"details": {
"name": "Radial Damage"
},
"params": [
{
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
"details": {
"name": "Position",
"tooltip": "The global position of the damage's hit."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Min Radius",
"tooltip": "Damages all chunks/bonds that are in the range [0, minRadius] with full damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Max Radius",
"tooltip": "Damages all chunks/bonds that are in the range [minRadius, maxRadius] with linearly decreasing damage."
}
},
{
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
"details": {
"name": "Damage",
"tooltip": "How much damage to deal."
}
}
]
}
]
}
]
}