Skip to main content

Loaded

Usage​

  • Called when a plugin has finished loading
  • Other plugins may or may not be present, dependant on load order
  • No return behavior

Examples​

void Loaded()
{
Puts($"Plugin {Name} has fully loaded");
}