Table of Contents

Class SendContainerOpenBroadcastAction

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

ECA action that sends a ContainerOpenBroadcast to the player containing the container's current item contents. Requires the interactable to implement both IContainer and IItemContainer. Server-only.

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

Methods

Execute(ICharacter, EventData)

Builds the container slot data list and broadcasts it to the player.

public override void Execute(ICharacter initiator, EventData eventData)

Parameters

initiator ICharacter
eventData EventData