RoomDescription Class ReferenceDatabase table Chunkinfo, specialization RoomDescription.
More...
| |||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| RoomDescription (Database &, Chunk &, int x, int y) | |
| ~RoomDescription () | |
| void | Display (InSocket *) |
Definition at line 30 of file RoomDescription.h.
| RoomDescription::RoomDescription | ( | Database & | , | |
| Chunk & | , | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 25 of file RoomDescription.cpp.
00026 :Chunkinfo(db, chunk, x, y, TYPE_ROOM_DESCRIPTION) 00027 { 00028 }
| RoomDescription::~RoomDescription | ( | ) |
| void RoomDescription::Display | ( | InSocket * | ) | [virtual] |
Reimplemented from Chunkinfo.
Definition at line 36 of file RoomDescription.cpp.
References Chunkinfo::GetData().
00037 { 00038 std::string x = GetData(); 00039 if (x.size()) 00040 from -> Send(x + "\n"); 00041 }
1.4.4