Module raw

Source
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. See e0_config_path for details.
Export3
Signature of the e3 export. See e3_log_file for details.
Export5
Signature of the e5 export. See e5_colors for details.
Export6
Signature of the e6 export. See e6_ui_settings for details.
Export7
Signature of the e7 export. See e7_modifiers for details.
Export8
Signature of the e8 export. See e8_log_window for details.
Export9
Signature of the e9 export. See e9_add_event for details.
Export10
Signature of the e10 export. See e10_add_event_combat for details.
ExportAddExtension
Signature of the addextension2 export. See add_extension for details.
ExportFreeExtension
Signature of the freeextension2 export. See free_extension for details.
ExportListExtension
Signature of the listextension export. See list_extension for details.