TinyMUSH 3.3
TinyMUSH Server
|
Public Attributes | |
struct objlist_stack * | next |
OBLOCK * | head |
OBLOCK * | tail |
OBLOCK * | cblock |
int | count |
dbref | citm |
OBLOCK* objlist_stack::cblock |
Current block for scan
dbref objlist_stack::citm |
Current item for scan
int objlist_stack::count |
Number of objs in last obj list block
OBLOCK* objlist_stack::head |
Head of object list
struct objlist_stack* objlist_stack::next |
Next object list in stack
OBLOCK* objlist_stack::tail |
Tail of object list