Expand description
Unofficial Extras support.
Requires the "extras" feature.
Modules§
- callbacks
- Unofficial extras callback types.
- exports
- Unofficial Extras exports.
- keybinds
- Keybind information provided by Unofficial Extras.
- language
- message
- Message information provided by Unofficial Extras.
- user
- User information provided by Unofficial Extras.
Structs§
- Extras
Addon Info - Information about the Unofficial Extras addon.
- Extras
Subscriber Info - Information about a subscriber to updates from Unofficial Extras.
- Extras
Subscriber Info Header - Subscriber header shared across different versions.
- Extras
Version - Helper for version checks.
- Keybind
- A keybind used by the game.
- Keybind
Change - Keybind change event.
- NpcMessage
- An NPC chat message.
- NpcMessage
Owned NpcMessagewith ownedStringfields.- RawExtras
Addon Info - Squad
Message - A squad/party chat message.
- Squad
Message Owned SquadMessagewith ownedStringfields.- User
Info - Information about a player related to the squad.
- User
Info Owned UserInfowith an ownedStringname.
Enums§
- Channel
Type - Type of message channel.
- Control
- A control (player action) used by the game.
- Key
- A key used by the game.
- KeyCode
- Custom key codes.
- Language
- GW2 client language.
- Message
- A chat message.
- Mouse
Code - Custom mouse codes.
- User
Role - Role of a user in the squad.
Functions§
- strip_
account_ prefix - Strips the
':'prefix from an account name if present. - subscribe⚠
- Subscribes to unofficial extras callbacks after checking for compatibility.
Type Aliases§
- User
Info Iter - Iterator over changed users.