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/target.h File Reference

Target Related Stuff. More...

#include "packets.h"

Go to the source code of this file.

Compounds

class  cCharTarget
class  cItemTarget
class  cLocationTarget
class  cObjectTarget
class  cTarget
class  TargetLocation

Typedefs

typedef cTargetP_TARGET
typedef void(* processTarget )(NXWCLIENT, P_TARGET)

Enumerations

enum  TARG_TYPE {
  TARG_ALL = 0, TARG_OBJ, TARG_CHAR, TARG_ITEM,
  TARG_LOC
}

Functions

void amxCallbackOld (NXWCLIENT ps, P_TARGET t)
void amxCallback (NXWCLIENT ps, P_TARGET t)
P_TARGET createTarget (TARG_TYPE type)


Detailed Description

Target Related Stuff.


Typedef Documentation

typedef class cTarget* P_TARGET
 

typedef void( * processTarget)( NXWCLIENT, P_TARGET )
 


Enumeration Type Documentation

enum TARG_TYPE
 

Enumeration values:
TARG_ALL 
TARG_OBJ 
TARG_CHAR 
TARG_ITEM 
TARG_LOC 


Function Documentation

void amxCallback NXWCLIENT    ps,
P_TARGET    t
 

void amxCallbackOld NXWCLIENT    ps,
P_TARGET    t
 

P_TARGET createTarget TARG_TYPE    type
 

SourceForge.net Logo