Module libxivdat::xiv_macro::icon[][src]

Expand description

Contains MacroIcon, an enumeration of all valid macro icons and the helper functions macro_icon_to_key_and_id() and macro_icon_from_key_and_id() for conversions between enum values and raw Section contents.

Enums

Enum of all possible macro icons. This includes only the default macro icons, not icons configured with the /micon <action> command. Internally, the macro data preserves the icon chosen via GUI, ignoring the /micon command.

Functions

Returns the MacroIcon corresponding to the raw values of the key and icon Sections of a macro.

Returns the key and id Section contents corresponding to a MacroIcon.