Table of Contents

Class SendQuestOfferAction

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

ECA action that filters available quests and sends QuestOfferBroadcast to the player. Requires the interactable to implement IQuestInteractable. Only quests acceptable by or completable (turn-in ready) for the player are included. Server-only.

[Serializable]
public class SendQuestOfferAction : BaseAction, IAction
Inheritance
SendQuestOfferAction
Implements
Inherited Members

Methods

Execute(ICharacter, EventData)

Builds the list of available/turn-in quests and broadcasts them to the player.

public override void Execute(ICharacter initiator, EventData eventData)

Parameters

initiator ICharacter
eventData EventData