#include <obj_face.h>
Inheritance diagram for FacingInterface:
Public Member Functions | |
FacingInterface (Object *_obj, int _dir, bool _allow_setting) | |
virtual | ~FacingInterface () |
virtual void | Event (int evt) |
int | Direction () |
void | SetDirection (int new_dir) |
Protected Member Functions | |
void | SetDir (int new_dir) |
Protected Attributes | |
Object * | obj |
int | dir |
bool | allow_setting |
|
|
|
|
|
|
|
bus messages Reimplemented in FacePassive, FaceBouncing, FaceFrog, FacePlayer, and FaceRotate. |
|
|
|
SetDir's if allow_setting is true Reimplemented in FacePassive. |
|
|
|
|
|
|