Friend Invite Dropdown
Like what your seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
Displays a list of the clans the user sees e.g. is a member of or otherwise has a relationship with.
Events
Invited
A User Data event that will be invioked when the "invite" button is pressed for a specific friend. The event will indicate for what friend the button was pressed
The handler for this event would take the form of
Fields and Attributes
Filter
A set of flags that indicate what friends should be included in the list
This uses an internal struct
In This Game Should friends that are playing the current game be displayed
In Other Game Should friends that are playing some other game be displayed
Busy Should friends with a persona state of busy be displayed
Away Should friends with a persona state of away be displayed
Snooze Should friends with a persona state of snooze be displayed
Methods
Show
Expands the drop down and displays the list of friends that match the filter
Last updated