Expand description
Raw ArcDPS exports.
Functions§
- add_
extension ⚠ - Requests to load an extension (plugin/addon).
- e0_
config_ ⚠path - Retrieves path to ArcDPS ini config file as wide char string.
- e3_
log_ ⚠file - Logs a string to
arcdps.log
file. - e5_
colors ⚠ - Writes color array pointers to buffer.
- e6_
ui_ ⚠settings - Retrieves bit mask of current ArcDPS UI settings.
- e7_
modifiers ⚠ - Retrieves modifier keys as virtual key codes.
- e8_
log_ ⚠window - Logs a string to the ArcDPS logger window.
- e9_
add_ ⚠event - Adds an
Event
to ArcDPS’ event processing. - e10_
add_ ⚠event_ combat - Adds an
Event
to ArcDPS’ event processing. - free_
extension ⚠ - Requests to free a loaded extension (plugin/addon).
- handle⚠
- Returns the handle to the ArcDPS dll.
- list_
extension ⚠ - Retrieves a list of extensions via callback.
Type Aliases§
- Export0
- Signature of the
e0
export. Seee0_config_path
for details. - Export3
- Signature of the
e3
export. Seee3_log_file
for details. - Export5
- Signature of the
e5
export. Seee5_colors
for details. - Export6
- Signature of the
e6
export. Seee6_ui_settings
for details. - Export7
- Signature of the
e7
export. Seee7_modifiers
for details. - Export8
- Signature of the
e8
export. Seee8_log_window
for details. - Export9
- Signature of the
e9
export. Seee9_add_event
for details. - Export10
- Signature of the
e10
export. Seee10_add_event_combat
for details. - Export
AddExtension - Signature of the
addextension2
export. Seeadd_extension
for details. - Export
Free Extension - Signature of the
freeextension2
export. Seefree_extension
for details. - Export
List Extension - Signature of the
listextension
export. Seelist_extension
for details.