Skip to content

Custom Class Color Unregister

Addon Hook

Unregisters a callback previously registered with E:CustomClassColorRegister.

NamespaceEModuleCoreLifecyclestable
E:CustomClassColorUnregister(func)

Unregisters a callback previously registered with E:CustomClassColorRegister.

func: Callback function to remove.

None.

E:CustomClassColorUnregister(UpdateAddonColors)

Important for addon modules that can be disabled or reloaded independently.

Source: ElvUI/Game/Shared/General/API.lua:747