Module exports

Source
Expand description

ArcDPS exports.

Calling an export before ArcDPS calls init will cause a panic.

Modules§

raw
Raw ArcDPS exports.

Structs§

AddExtensionResultIter
An iterator over the variants of AddExtensionResult
Colors
Current ArcDPS color settings.
Modifiers
Current ArcDPS modifier keybinds as virtual key ids.
UISettings
Current ArcDPS UI settings.

Enums§

AddExtensionResult
Result of an add_extension operation.
CoreColor
ArcDPS core UI color.

Functions§

add_event
Adds an Event to ArcDPS’ event processing.
add_event_combat
Adds an Event to ArcDPS’ event processing.
add_extension
Requests to load an extension (plugin/addon).
colors
Retrieves the color settings from ArcDPS.
config_path
Retrieves the config path from ArcDPS.
free_extension
Requests to free a loaded extension (plugin/addon).
has_add_extension
Checks whether export addextension2 was found.
has_e0_config_path
Checks whether export e0 was found.
has_e3_log_file
Checks whether export e3 was found.
has_e5_colors
Checks whether export e5 was found.
has_e6_ui_settings
Checks whether export e6 was found.
has_e7_modifiers
Checks whether export e7 was found.
has_e8_log_window
Checks whether export e8 was found.
has_e9_add_event
Checks whether export e9 was found.
has_e10_add_event_combat
Checks whether export e10 was found.
has_free_extension
Checks whether export freeextension2 was found.
has_list_extension
Checks whether export listextension was found.
log_to_file
Logs a message to ArcDPS’ log file arcdps.log.
log_to_window
Logs a message to ArcDPS’ logger window.
modifiers
Retrieves the modifier keybinds from ArcDPS.
ui_settings
Retrieves the UI settings from ArcDPS.
version
Retrieves the ArcDPS version as string.

Type Aliases§

Color
ArcDPS color type.