Planeshift
client.h File Reference
#include <csutil/ref.h>
#include <csutil/csstring.h>
#include <csutil/weakreferenced.h>
#include "net/netbase.h"
#include "util/psconst.h"
#include "bulkobjects/buffable.h"

Go to the source code of this file.

Classes

class  Client
 This class collects data of a netclient. More...
 
class  FloodBuffRow
 
class  MuteBuffable
 

Enumerations

enum  CheatFlags { NO_CHEAT = 0x00, MOVE_CHEAT = 0x01 }
 
enum  TARGET_TYPES {
  TARGET_NONE = 0x01, TARGET_ITEM = 0x04, TARGET_SELF = 0x08, TARGET_FRIEND = 0x10,
  TARGET_FOE = 0x20, TARGET_DEAD = 0x40
}
 

Enumeration Type Documentation

enum CheatFlags
Enumerator
NO_CHEAT 
MOVE_CHEAT 

Definition at line 81 of file client.h.

Enumerator
TARGET_NONE 
TARGET_ITEM 
TARGET_SELF 
TARGET_FRIEND 
TARGET_FOE 
TARGET_DEAD 

Definition at line 71 of file client.h.