actions.h File Reference

#include "main.h"
#include "player.h"
Include dependency graph for actions.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  action_routine

Defines

#define REPEAT   0
#define NO_REPEAT   1

Functions

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

Define Documentation

#define NO_REPEAT   1
#define REPEAT   0

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:

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