Table of Contents

Class SendDungeonFinderBroadcastAction

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

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

initiator ICharacter

The character opening the dungeon finder.

eventData EventData

The event data containing the interaction context.