Class OnLoadRadioScriptsEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnLoadRadioScriptsEvent

public abstract class OnLoadRadioScriptsEvent extends Event
Triggered when radio scripts are being loaded.
  • Constructor Details

    • OnLoadRadioScriptsEvent

      public OnLoadRadioScriptsEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(zombie.radio.scripting.RadioScriptManager radioScriptManager, Boolean worldInit)
      Called Event Handling Method
      Parameters:
      radioScriptManager - The radio script manager.
      worldInit - True if the world has not yet been initialized.