openUI

This function is responsible for updating the user interface with the latest data and making the interface visible to the player. Handles Opening the UI, just like you would with keybinds/commands.

Example

local skills = exports.dime_skills
skills:openUI()  -- Opens and updates the UI for the player.

Returns:

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

Last updated