SwiftlyS2

PluginReloadMethod

Enum PluginReloadMethod

Namespace: SwiftlyS2.Shared.Plugins

Assembly: SwiftlyS2.CS2.dll

[Obsolete("Not supported.")]
public enum PluginReloadMethod

Fields

  • Auto — Default. When dll file update it will automatically reload. Or you can use the reload command.
  • OnMapChange — When dll file updated, it won't reload at once until a new map start. Or you can use the reload command whenever you want.
  • OnlyByCommand — You can only use the reload command. It won't reload on its own.

On this page