Shoebill API
Package Index
|
Class Index
net.gtaun.shoebill
net.gtaun.shoebill.amx
net.gtaun.shoebill.amx.types
net.gtaun.shoebill.constant
net.gtaun.shoebill.data
net.gtaun.shoebill.event.actor
net.gtaun.shoebill.event.amx
net.gtaun.shoebill.event.checkpoint
net.gtaun.shoebill.event.destroyable
net.gtaun.shoebill.event.dialog
net.gtaun.shoebill.event.menu
net.gtaun.shoebill.event.object
net.gtaun.shoebill.event.player
net.gtaun.shoebill.event.rcon
net.gtaun.shoebill.event.resource
net.gtaun.shoebill.event.server
net.gtaun.shoebill.event.service
net.gtaun.shoebill.event.vehicle
net.gtaun.shoebill.exception
net.gtaun.shoebill.object
net.gtaun.shoebill.resource
net.gtaun.shoebill.service
Interfaces
AmxCallable
AmxInstance
AmxInstanceManager
Classes
AmxCallEvent
AmxHook
AmxInstanceManager.Instance
Package Index
|
Class Index
public interface
AmxCallable
net.gtaun.shoebill.amx.AmxCallable
Summary
Constants
int
INVALID_CALLABLE
Public Methods
abstract
Object
call
(
Object...
args)
abstract
String
getName
()
abstract
ReturnType
getReturnType
()
Constants
public static final int
INVALID_CALLABLE
Constant Value:
2147483647 (0x7fffffff)
Public Methods
public abstract
Object
call
(
Object...
args)
public abstract
String
getName
()
public abstract
ReturnType
getReturnType
()