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

Public Attributes

struct objlist_stacknext
 
OBLOCKhead
 
OBLOCKtail
 
OBLOCKcblock
 
int count
 
dbref citm
 

Member Data Documentation

◆ cblock

OBLOCK* objlist_stack::cblock

Current block for scan

◆ citm

dbref objlist_stack::citm

Current item for scan

◆ count

int objlist_stack::count

Number of objs in last obj list block

◆ head

OBLOCK* objlist_stack::head

Head of object list

◆ next

struct objlist_stack* objlist_stack::next

Next object list in stack

◆ tail

OBLOCK* objlist_stack::tail

Tail of object list


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