Skip to content

LoadDefaultConfig

Called when the config for a plugin should be initialized.
Only called if the config file does not already exist

Usage

  • No return behavior

Example Autogenerated

csharp
private void LoadDefaultConfig(  )
{
    Puts( "LoadDefaultConfig works!" );
}

Location

  • Plugin::LoadDefaultConfig()
csharp
protected virtual void LoadDefaultConfig() => CallHook("LoadDefaultConfig", null);

Released under the MIT License.