Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/amx/amxcback.h File Reference

Definition of Functions for AMX Callbacks and AMX Events. More...

#include <string>
#include <vector>
#include "client.h"

Go to the source code of this file.

Namespaces

namespace  std

Compounds

class  AmxEvent
 Definition of AmxEvent. More...


Functions

void initAmxEvents (void)
 initializes to nulls the hash queues for amx events

bool checkItemUsability (P_CHAR pc, P_ITEM pi, int type)
 wrap for check usability

AmxEventnewAmxEvent (char *funcname, bool dynamic=false)
 creates a new amx event or load a previous equivalent one


Detailed Description

Definition of Functions for AMX Callbacks and AMX Events.


Function Documentation

bool checkItemUsability P_CHAR    pc,
P_ITEM    pi,
int    type
 

wrap for check usability

Author:
Xanathar
Returns:
bool
Parameters:
pc  player trying using
pi  pointer to item to be used
type  type of usability
Remarks:
Luxor - Added REQSKILL command support, three bug fix applied

void initAmxEvents void   
 

initializes to nulls the hash queues for amx events

Author:
Xanathar

AmxEvent* newAmxEvent char *    funcname,
bool    dynamic
 

creates a new amx event or load a previous equivalent one

Author:
Xanathar
Returns:
AmxEvent*
Parameters:
funcname  name of function
dynamic  dynamic/static status
SourceForge.net Logo