public class

AmxUnloadEvent

extends AmxInstanceEvent
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.amx.AmxInstanceEvent
       ↳ net.gtaun.shoebill.event.amx.AmxUnloadEvent

Class Overview

This event is called when an AmxInstance is unloaded. This can happen when a filterscript is unloaded via the RCON-Console.

See Also

Summary

Public Constructors
AmxUnloadEvent(AmxInstance instance)
[Expand]
Inherited Methods
From class net.gtaun.shoebill.event.amx.AmxInstanceEvent
From class net.gtaun.util.event.Event
From class java.lang.Object

Public Constructors

public AmxUnloadEvent (AmxInstance instance)