Interface IPartyFinderListingEventArgs
A interface representing additional arguments passed by the game.
Assembly: Dalamud.dll
View Source
Declaration
public interface IPartyFinderListingEventArgs
Properties
BatchNumber
Gets the batch number.
View Source
Declaration
int BatchNumber { get; }
Visible
Gets or sets a value indicating whether the listing is visible.
View Source
Declaration
bool Visible { get; set; }