Steam Fort 0.5
Typedefs | Enumerations | Functions

src/ai.hpp File Reference

#include "mobile.hpp"

Go to the source code of this file.

Typedefs

typedef enum MovementTypes MOVEMENTTYPES
typedef enum ReactionTypes REACTIONTYPES

Enumerations

enum  MovementTypes { RANDOM, FOLLOW }
enum  ReactionTypes { COWARD, HOSTILE }

Functions

void set_movement (Mobile *mob)
 Set movement for mobile.

Typedef Documentation


Enumeration Type Documentation

Enumerator:
RANDOM 
FOLLOW 
Enumerator:
COWARD 
HOSTILE 

Function Documentation

void set_movement ( Mobile mob)

Set movement for mobile.

Parameters:
mobMobile for which movement will be set.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines