|
|
|||
[Package Index | Mudlib Index | Effect Index]File /std/room/inherit/placement.cThis inherit handles all the placement code and description stuff for player housing.Written by Gototh Started 10/07/99 IncludesThis class includes the following files /include/dirs.h, /include/room/placement.h and /include/obj_parser.hMethod index
Public FunctionsThese are functions that everyone can access.. string clutter_string(object ob)
string describe_plural_objects(int * indexes,
object * structure)
string describe_relative_position(int index) void displace_object(object ob) int do_displace(object * obs) int do_help(object ob)
int do_place(object * obs,
string,
string,
mixed * args,
string)
int find_above(int pos,
object * structure)
int find_below(int pos,
object * structure)
int find_left(int pos,
object * structure)
int find_opposite(int pos,
object * structure)
int find_right(int pos,
object * structure)
string furniture_long() string get_group_other(object * obs) string get_group_verb(object * obs) int get_pos_int(string str)
varargs int is_beside_wall(int pos,
int flag)
int is_in_centre(int pos)
varargs int is_in_corner(int pos,
int flag)
int is_wall_hanging(int pos) string object_desc(object thing) string object_desc2(object thing) string object_position_desc(object thing) string query_another(object ob) string query_furniture_ordinal(object ob) int query_max_space_around(int pos) string query_more(object ob) string query_multiple_furniture_short(object * obs) int query_orientation() string query_wall_name(string direction)This method returns the special description for the wall in that direction. string query_wall_name_pos(int pos)This method gets the wall name from the integer position.
|
||||
|
Brought to you by CMOT Dibbler's Sensational Sausages; buy one while they're hot. |