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.logfile. - 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
Eventto ArcDPS’ event processing. - e10_
add_ ⚠event_ combat - Adds an
Eventto 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
e0export. Seee0_config_pathfor details. - Export3
- Signature of the
e3export. Seee3_log_filefor details. - Export5
- Signature of the
e5export. Seee5_colorsfor details. - Export6
- Signature of the
e6export. Seee6_ui_settingsfor details. - Export7
- Signature of the
e7export. Seee7_modifiersfor details. - Export8
- Signature of the
e8export. Seee8_log_windowfor details. - Export9
- Signature of the
e9export. Seee9_add_eventfor details. - Export10
- Signature of the
e10export. Seee10_add_event_combatfor details. - Export
AddExtension - Signature of the
addextension2export. Seeadd_extensionfor details. - Export
Free Extension - Signature of the
freeextension2export. Seefree_extensionfor details. - Export
List Extension - Signature of the
listextensionexport. Seelist_extensionfor details.