isLoaded

abstract fun isLoaded(@NotNull id: @NotNull String): Boolean

Checks if an addon with the specified ID is currently loaded.

Return

true if the addon is currently loaded, false otherwise.

Parameters

id

The unique ID of the addon to check.