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.logfile. - 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
Eventto ArcDPS’ event processing. - Adds an
Eventto 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
e0export. Seee0_config_pathfor details. - Signature of the
e3export. Seee3_log_filefor details. - Signature of the
e5export. Seee5_colorsfor details. - Signature of the
e6export. Seee6_ui_settingsfor details. - Signature of the
e7export. Seee7_modifiersfor details. - Signature of the
e8export. Seee8_log_windowfor details. - Signature of the
e9export. Seee9_add_eventfor details. - Signature of the
e10export. Seee10_add_event_combatfor details. - Signature of the
addextension2export. Seeadd_extensionfor details. - Signature of the
freeextension2export. Seefree_extensionfor details. - Signature of the
listextensionexport. Seelist_extensionfor details.