Expand description
ArcDPS exports.
Calling an export before ArcDPS calls init
will cause a panic.
Modules§
- raw
- Raw ArcDPS exports.
Structs§
- AddExtension
Result Iter - 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§
- AddExtension
Result - Result of an
add_extension
operation. - Core
Color - 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.