v3.1.0
This release doesn't break anything. The previous 3.0.0 release remains stable, although I recommend updating :-)
Revamped Exported Functions
⚡️ Cleaner & Easier to Use
✔️ Backwards Compatible
- addExternalMods_IDFilenames
- addExternalMod_IDFilenames
- addExternalMods_CustomFileNames
- addExternalMod_CustomFilenames
- removeExternalMods
Changes the format of the modInfo list passed as argument to addExternalMods_IDFilenames and addExternalMods_CustomFileNames.
Adds a new optional argument "onFinishEvent" to addExternalMods_IDFilenames, addExternalMods_CustomFileNames and removeExternalMods.
Functions addExternalMod_IDFilenames and addExternalMod_CustomFilenames can now receive a table with options instead of all the argument variables.
Using the old argument formats in the functions will output a warning to the debug console.
Updated sampobj_reloaded and vehicle_manager examples to reflect these changes and use the new function formats.
Updated documentation (please read).
Thank you
Rick for suggesting these enhancements.