|
TinyMUSH 3.3
TinyMUSH Server
|

Public Attributes | |
| BQUE * | next |
| dbref | player |
| dbref | cause |
| int | pid |
| int | waittime |
| dbref | sem |
| int | attr |
| char * | text |
| char * | comm |
| char * | env [NUM_ENV_VARS] |
| GDATA * | gdata |
| int | nargs |
| int bque::attr |
blocking attribute
| dbref bque::cause |
player causing command (for N)
| char* bque::comm |
command
| char* bque::env[NUM_ENV_VARS] |
environment vars
| GDATA* bque::gdata |
temp vars
| int bque::nargs |
How many args I have
| BQUE* bque::next |
pointer to next command
| int bque::pid |
internal process ID
| dbref bque::player |
player who will do command - halt is #-1
| dbref bque::sem |
blocking semaphore
| char* bque::text |
buffer for comm, env, and scr text
| int bque::waittime |
time to run command