Skip to main content

Init

Usage​

  • Called when a plugin is being initialized
  • Other plugins may or may not be present, dependant on load order
  • No return behavior

Examples​

void Init()
{
// Do stuff
}