Struct AbilityAddBroadcast
Broadcast for adding an ability to a character, including its events. Contains the ability's instance ID, template ID, and associated event IDs.
public struct AbilityAddBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
Events
List of event IDs associated with the ability.
public int[] Events
Field Value
- int[]
ID
Unique instance ID of the ability.
public long ID
Field Value
TemplateID
Template ID of the ability.
public int TemplateID