TinyMUSH 3.3
TinyMUSH Server
Loading...
Searching...
No Matches
Functions
look.c File Reference

Commands which look at things. More...

#include "config.h"
#include "constants.h"
#include "typedefs.h"
#include "macros.h"
#include "externs.h"
#include "prototypes.h"
#include <ctype.h>
#include <string.h>
Include dependency graph for look.c:

Functions

int did_attr (dbref player, dbref thing, int what)
 
void look_exits (dbref player, dbref loc, const char *exit_name)
 
void look_contents (dbref player, dbref loc, const char *contents_name, int style)
 
char * pairColor (int color)
 
char * pairRevColor (int color)
 
void pairs_print (dbref player __attribute__((unused)), char *atext, char *buff, char **bufc)
 
void pretty_format (char *dest, char **cp, char *p)
 
void pretty_print (char *dest, char *name, char *text)
 
void view_atr (dbref player, dbref thing, ATTR *ap, char *raw_text, dbref aowner, int aflags, int skip_tag, int is_special)
 
void look_atrs1 (dbref player, dbref thing, dbref othing, int check_exclude, int hash_insert, int is_special)
 
void look_atrs (dbref player, dbref thing, int check_parents, int is_special)
 
void look_simple (dbref player, dbref thing, int obey_terse)
 
void show_a_desc (dbref player, dbref loc, const char *msg)
 
void show_desc (dbref player, dbref loc, int key)
 
void look_in (dbref player, dbref loc, int key)
 
void look_here (dbref player, dbref thing, int key, int look_key)
 
void do_look (dbref player, dbref cause __attribute__((unused)), int key, char *name)
 
void debug_examine (dbref player, dbref thing)
 
void exam_wildattrs (dbref player, dbref thing, int do_parent, int is_special)
 
void do_examine (dbref player, dbref cause, int key, char *name)
 
void do_score (dbref player, dbref cause __attribute__((unused)), int key __attribute__((unused)))
 
void do_inventory (dbref player, dbref cause __attribute__((unused)), int key __attribute__((unused)))
 
void do_entrances (dbref player, dbref cause __attribute__((unused)), int key __attribute__((unused)), char *name)
 
void sweep_check (dbref player, dbref what, int key, int is_loc)
 
void do_sweep (dbref player, dbref cause __attribute__((unused)), int key, char *where)
 
void do_decomp (dbref player, dbref cause __attribute__((unused)), int key, char *name, char *qual)
 
void show_vrml_url (dbref thing, dbref loc)
 

Detailed Description

Commands which look at things.

Author
TinyMUSH development team (https://github.com/TinyMUSH)
Version
3.3
Date
2021-01-04

Function Documentation

◆ look_contents()

void look_contents ( dbref  player,
dbref  loc,
const char *  contents_name,
int  style 
)
Bug:
Just stripping ansi isn't enough.