Show / Hide Table of Contents

Class PartyFinderGui

This class handles interacting with the native PartyFinder window.

Inheritance
System.Object
PartyFinderGui
Implements
System.IDisposable
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

Methods

| Improve this Doc View Source

Dispose()

Dispose of m anaged and unmanaged resources.

Declaration
public void Dispose()
| Improve this Doc View Source

Enable()

Enables this module.

Declaration
public void Enable()

Events

| Improve this Doc View Source

ReceiveListing

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

Implements

System.IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX