actions.c File Reference

#include "actions.h"
#include "cell.h"
#include "main.h"
#include "genmacro.h"
#include <stdlib.h>
Include dependency graph for actions.c:
This graph shows which files directly or indirectly include this file:

Functions

void init_action_handler ()
void destroy_action_handler ()
int add_action_by_ar (struct action_routine ar)
int add_action (int timeout, int repeat, void(*func_pl)(struct player *pl))
void rm_action (int id)
void action_tick (struct leveldata ld)

Variables

struct action_routineaction_register
int actions_num

Function Documentation

void action_tick ( struct leveldata  ld  ) 

Here is the call graph for this function:

int add_action ( int  timeout,
int  repeat,
void(*)(struct player *pl)  func_pl 
)

Here is the call graph for this function:

int add_action_by_ar ( struct action_routine  ar  ) 
void destroy_action_handler (  ) 
void init_action_handler (  ) 
void rm_action ( int  id  ) 

Here is the call graph for this function:


Variable Documentation

Generated on Mon Nov 15 10:26:40 2010 for Tales of Paraverse by  doxygen 1.6.3