Class SendDungeonFinderBroadcastAction
ECA action that broadcasts a DungeonFinderBroadcast to the player, opening the dungeon finder interface on the client. Server-only.
[Serializable]
public class SendDungeonFinderBroadcastAction : BaseAction, IAction
- Inheritance
-
SendDungeonFinderBroadcastAction
- Implements
- Inherited Members
Methods
Execute(ICharacter, EventData)
Sends the dungeon finder broadcast to the player, opening the dungeon finder interface on the client. Server-only.
public override void Execute(ICharacter initiator, EventData eventData)
Parameters
initiatorICharacterThe character opening the dungeon finder.
eventDataEventDataThe event data containing the interaction context.