npc.c File Reference

#include <libintl.h>
#include <locale.h>
#include "npc.h"
#include "config.h"
#include "level.h"
#include "main.h"
#include "monster.h"
#include "io.h"
#include "generalfunc.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "conf.h"
Include dependency graph for npc.c:

Functions

void createnpc (struct leveldata ld, int columns, int rows)
void movenpc (struct cell *level, int columns, int rows, int idx, int pdir, char *success, char *fail)
void talktonpc (struct npc n)
void sayphrase (struct npc n)
void sayspeech (struct npc n)
struct npcfindnpc_byname (struct cell *level, int size, char *name)

Function Documentation

void createnpc ( struct leveldata  ld,
int  columns,
int  rows 
)

Here is the call graph for this function:

struct npc* findnpc_byname ( struct cell level,
int  size,
char *  name 
) [read]
void movenpc ( struct cell level,
int  columns,
int  rows,
int  idx,
int  pdir,
char *  success,
char *  fail 
)

Here is the call graph for this function:

void sayphrase ( struct npc  n  ) 

Here is the call graph for this function:

void sayspeech ( struct npc  n  ) 

Here is the call graph for this function:

void talktonpc ( struct npc  n  ) 

Here is the call graph for this function:

Generated on Mon Nov 15 10:27:03 2010 for Tales of Paraverse by  doxygen 1.6.3