TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
bque Struct Reference
Collaboration diagram for bque:
Collaboration graph
[legend]

Public Attributes

BQUEnext
 
dbref player
 
dbref cause
 
int pid
 
int waittime
 
dbref sem
 
int attr
 
char * text
 
char * comm
 
char * env [NUM_ENV_VARS]
 
GDATAgdata
 
int nargs
 

Member Data Documentation

◆ attr

int bque::attr

blocking attribute

◆ cause

dbref bque::cause

player causing command (for N)

◆ comm

char* bque::comm

command

◆ env

char* bque::env[NUM_ENV_VARS]

environment vars

◆ gdata

GDATA* bque::gdata

temp vars

◆ nargs

int bque::nargs

How many args I have

◆ next

BQUE* bque::next

pointer to next command

◆ pid

int bque::pid

internal process ID

◆ player

dbref bque::player

player who will do command - halt is #-1

◆ sem

dbref bque::sem

blocking semaphore

◆ text

char* bque::text

buffer for comm, env, and scr text

◆ waittime

int bque::waittime

time to run command


The documentation for this struct was generated from the following file: