Expand description
Raw ArcDPS exports.
Functions§
- Requests to load an extension (plugin/addon).
- Retrieves path to ArcDPS ini config file as wide char string.
- Logs a string to
arcdps.log
file. - Writes color array pointers to buffer.
- Retrieves bit mask of current ArcDPS UI settings.
- Retrieves modifier keys as virtual key codes.
- Logs a string to the ArcDPS logger window.
- Adds an
Event
to ArcDPS’ event processing. - Adds an
Event
to ArcDPS’ event processing. - Requests to free a loaded extension (plugin/addon).
- Returns the handle to the ArcDPS dll.
- Retrieves a list of extensions via callback.
Type Aliases§
- Signature of the
e0
export. Seee0_config_path
for details. - Signature of the
e3
export. Seee3_log_file
for details. - Signature of the
e5
export. Seee5_colors
for details. - Signature of the
e6
export. Seee6_ui_settings
for details. - Signature of the
e7
export. Seee7_modifiers
for details. - Signature of the
e8
export. Seee8_log_window
for details. - Signature of the
e9
export. Seee9_add_event
for details. - Signature of the
e10
export. Seee10_add_event_combat
for details. - Signature of the
addextension2
export. Seeadd_extension
for details. - Signature of the
freeextension2
export. Seefree_extension
for details. - Signature of the
listextension
export. Seelist_extension
for details.