TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
dump_object Struct Reference

The DUMPOBJ structure exists for use during database writes. It is a duplicate of the OBJ structure except for items we don't need to write. More...

#include <typedefs.h>

Public Attributes

dbref location
 
dbref contents
 
dbref exits
 
dbref next
 
dbref link
 
dbref parent
 
dbref owner
 
dbref zone
 
FLAG flags
 
FLAG flags2
 
FLAG flags3
 
POWER powers
 
POWER powers2
 
time_t create_time
 
time_t last_access
 
time_t last_mod
 

Detailed Description

The DUMPOBJ structure exists for use during database writes. It is a duplicate of the OBJ structure except for items we don't need to write.

Member Data Documentation

◆ contents

dbref dump_object::contents

PLAYER, THING, ROOM: head of contentslist EXIT: unused

◆ create_time

time_t dump_object::create_time

ALL: Time created (used in ObjID)

◆ exits

dbref dump_object::exits

PLAYER, THING, ROOM: head of exitslist EXIT: where it is

◆ flags

FLAG dump_object::flags

ALL: Flags set on the object

◆ flags2

FLAG dump_object::flags2

ALL: even more flags

◆ flags3

FLAG dump_object::flags3

ALL: yet more flags

◆ last_access

time_t dump_object::last_access

ALL: Time last accessed

◆ last_mod

time_t dump_object::last_mod

ALL: Time last modified

◆ link

dbref dump_object::link

PLAYER, THING: home location ROOM, EXIT: unused

◆ location

dbref dump_object::location

PLAYER, THING: where it is ROOM: dropto: EXIT: where it goes to

◆ next

dbref dump_object::next

PLAYER, THING: next in contentslist EXIT: next in exitslist ROOM: unused

◆ owner

dbref dump_object::owner

PLAYER: domain number + class + moreflags THING, ROOM, EXIT: owning player number

◆ parent

dbref dump_object::parent

ALL: defaults for attrs, exits, $cmds,

◆ powers

POWER dump_object::powers

ALL: Powers on object

◆ powers2

POWER dump_object::powers2

ALL: even more powers

◆ zone

dbref dump_object::zone

Whatever the object is zoned to.


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