public class

AmxLoadEvent

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

Class Overview

This event is called when an AmxInstance has been loaded. This event can be called anytime, for example when a new filterscript has un/loaded. It is possible that this event is never called, because Shoebill will be initialized after the Gamemode's Amx file has been loaded.

See Also

Summary

Public Constructors
AmxLoadEvent(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 AmxLoadEvent (AmxInstance instance)