Class PartyFinderGui
This class handles interacting with the native PartyFinder window.
Inheritance
System.Object
PartyFinderGui
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Gui.PartyFinder
Assembly: Dalamud.dll
Syntax
public sealed class PartyFinderGui : IDisposable, IServiceType
Events
| Improve this Doc View SourceReceiveListing
Event fired each time the game receives an individual Party Finder listing. Cannot modify listings but can hide them.
Declaration
public event PartyFinderGui.PartyFinderListingEventDelegate ReceiveListing
Event Type
| Type | Description |
|---|---|
| PartyFinderGui.PartyFinderListingEventDelegate |
Explicit Interface Implementations
| Improve this Doc View SourceIDisposable.Dispose()
Dispose of managed and unmanaged resources.
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable