Interface ICallGateSubscriber
An interface for all IPC subscribers.
Assembly: Dalamud.dll
View Source
Declaration
public interface ICallGateSubscriber
Properties
HasAction
Gets a value indicating whether this IPC call gate has an associated Action. Only exposed to Dalamud.Plugin.Ipc.ICallGateSubscribers.
View Source
Declaration
bool HasAction { get; }
HasFunction
Gets a value indicating whether this IPC call gate has an associated Function. Only exposed to Dalamud.Plugin.Ipc.ICallGateSubscribers.
View Source
Declaration
bool HasFunction { get; }