Struct AbilityCraftBroadcast
Broadcast for crafting an ability using an interactable object. Contains the interactable object's ID, template ID, and a list of event IDs.
public struct AbilityCraftBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
Events
List of event IDs associated with the crafting process.
public int[] Events
Field Value
- int[]
InteractableID
ID of the interactable object used for crafting.
public long InteractableID
Field Value
TemplateID
Template ID of the ability to craft.
public int TemplateID