skillNotify

This function is responsible for updating the user interface with the latest data and showing experience increase/decrease. Handles Opening the UI, just like you would with keybinds/commands.

Example

local skills = exports.dime_skills
skills:skillNotify(amount, multi, progress, icon, skill, type)  -- Triggers Skill Notification UI, with defined variables.

Returns:

  • None. The function's purpose is to effect changes on the user interface without returning any data.

Last updated