Interface ReloadResult

All Known Implementing Classes:
ReloadResult.CppProxy

public interface ReloadResult
Returned by `effect_manager.reload_config`.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Effect with updated config applied.
    boolean
    In case it was possible to apply the new config on the same effect, this flag will be `true`.
  • Method Details

    • effect

      @Nullable Effect effect()
      Effect with updated config applied. Depending on changes it may be the effect already loaded or a new one.
    • hotReload

      boolean hotReload()
      In case it was possible to apply the new config on the same effect, this flag will be `true`.