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

Commands Namespace Reference

Commands related stuff. More...


Functions

void MakeShop (int c)
void NextCall (NXWSOCKET s, int type)
void KillSpawn (NXWSOCKET s, int r)
void RegSpawnMax (NXWSOCKET s, int r)
void RegSpawnNum (NXWSOCKET s, int r, int n)
void KillAll (NXWSOCKET s, int percent, char *sysmsg)
void DyeItem (NXWSOCKET s)
void AddHere (NXWSOCKET s, UI16 id, char z)
void DupeItem (NXWSOCKET s, int i, int amount)
void ShowGMQue (NXWSOCKET s, int type)
void Wipe (NXWSOCKET s)
 wipes every wipeable object

void Possess (NXWSOCKET s)
 possess command for GMs

void Command (NXWSOCKET, char *)
void CPage (NXWSOCKET s, std::string reason)
void GMPage (NXWSOCKET s, std::string reason)

Variables

SI32 cmd_offset
 Command Offset.


Detailed Description

Commands related stuff.

Author:
Akron (to namespace)
Since:
0.82r3
Date:
18/03/2003
Note:
ported from cCommands class


Function Documentation

void Commands::AddHere NXWSOCKET    s,
UI16    id,
char    z
 

void Commands::Command NXWSOCKET   ,
char *   
 

void CPage NXWSOCKET    s,
std::string    reason
 

void Commands::DupeItem NXWSOCKET    s,
int    i,
int    amount
 

void Commands::DyeItem NXWSOCKET    s
 

void GMPage NXWSOCKET    s,
std::string    reason
 

void Commands::KillAll NXWSOCKET    s,
int    percent,
char *    sysmsg
 

void Commands::KillSpawn NXWSOCKET    s,
int    r
 

void Commands::MakeShop int    c
 

void Commands::NextCall NXWSOCKET    s,
int    type
 

void Commands::Possess NXWSOCKET    s
 

possess command for GMs

Author:
Luxor
Parameters:
s  the socket of the GM

void Commands::RegSpawnMax NXWSOCKET    s,
int    r
 

void Commands::RegSpawnNum NXWSOCKET    s,
int    r,
int    n
 

void Commands::ShowGMQue NXWSOCKET    s,
int    type
 

void Commands::Wipe NXWSOCKET    s
 

wipes every wipeable object

Author:
Luxor


Variable Documentation

SI32 Commands::cmd_offset
 

Command Offset.

SourceForge.net Logo