Skip to main content

Interface IPartyFinderListingEventArgs

A interface representing additional arguments passed by the game.

Assembly: Dalamud.dll
Declaration
public interface IPartyFinderListingEventArgs

Properties

BatchNumber

Gets the batch number.

Declaration
int BatchNumber { get; }

Visible

Gets or sets a value indicating whether the listing is visible.

Declaration
bool Visible { get; set; }