#include <egg.h>
Inheritance diagram for Animated_egg_object:


Public Member Functions | |
| Animated_egg_object (int shapenum, int framenum, unsigned int tilex, unsigned int tiley, unsigned int lft, unsigned short itype, unsigned char prob, short d1, short d2) | |
| Animated_egg_object (int shapenum, int framenum, unsigned int tilex, unsigned int tiley, unsigned int lft, unsigned char ty) | |
| virtual | ~Animated_egg_object () |
| virtual void | paint () |
| virtual int | is_findable () |
| virtual void | activate (int event=1) |
| void | stop_animation () |
Protected Attributes | |
| Animator * | animator |
Definition at line 162 of file egg.h.
| Animated_egg_object::Animated_egg_object | ( | int | shapenum, | |
| int | framenum, | |||
| unsigned int | tilex, | |||
| unsigned int | tiley, | |||
| unsigned int | lft, | |||
| unsigned short | itype, | |||
| unsigned char | prob, | |||
| short | d1, | |||
| short | d2 | |||
| ) |
| Animated_egg_object::Animated_egg_object | ( | int | shapenum, | |
| int | framenum, | |||
| unsigned int | tilex, | |||
| unsigned int | tiley, | |||
| unsigned int | lft, | |||
| unsigned char | ty | |||
| ) |
| Animated_egg_object::~Animated_egg_object | ( | ) | [virtual] |
| void Animated_egg_object::paint | ( | ) | [virtual] |
Reimplemented from Egg_object.
Definition at line 977 of file egg.cc.
References Ireg_game_object::paint().
Here is the call graph for this function:

| virtual int Animated_egg_object::is_findable | ( | ) | [inline, virtual] |
Reimplemented from Egglike_game_object.
Definition at line 179 of file egg.h.
References Game_object::is_findable().
Here is the call graph for this function:

| void Animated_egg_object::activate | ( | int | event = 1 |
) | [virtual] |
Reimplemented from Egg_object.
Reimplemented in Field_object.
Definition at line 990 of file egg.cc.
References Egg_object::activate().
Here is the call graph for this function:

Animator* Animated_egg_object::animator [protected] |
1.5.1