Ifix_game_object Class Reference

#include <objs.h>

Inheritance diagram for Ifix_game_object:

Inheritance graph
[legend]
Collaboration diagram for Ifix_game_object:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Ifix_game_object (unsigned char *ifix)
 Ifix_game_object (int shapenum, int framenum, unsigned int tilex, unsigned int tiley, unsigned int lft=0)
virtual void move (int newtx, int newty, int newlift)
virtual void remove_this (int nodel=0)
virtual void paint_terrain ()
virtual void write_ifix (DataSource *ifix)

Detailed Description

Definition at line 337 of file objs.h.


Constructor & Destructor Documentation

Ifix_game_object::Ifix_game_object ( unsigned char *  ifix  )  [inline]

Definition at line 341 of file objs.h.

Ifix_game_object::Ifix_game_object ( int  shapenum,
int  framenum,
unsigned int  tilex,
unsigned int  tiley,
unsigned int  lft = 0 
) [inline]

Definition at line 343 of file objs.h.


Member Function Documentation

void Ifix_game_object::move ( int  newtx,
int  newty,
int  newlift 
) [virtual]

Reimplemented from Game_object.

Definition at line 1339 of file objs.cc.

References c_num_chunks, and Game_object::move().

Here is the call graph for this function:

void Ifix_game_object::remove_this ( int  nodel = 0  )  [virtual]

Reimplemented from Game_object.

Definition at line 1359 of file objs.cc.

References c_num_chunks, and Game_object::remove_this().

Here is the call graph for this function:

virtual void Ifix_game_object::paint_terrain (  )  [inline, virtual]

Implements Game_object.

Definition at line 351 of file objs.h.

void Ifix_game_object::write_ifix ( DataSource ifix  )  [virtual]

Reimplemented from Game_object.

Reimplemented in Animated_ifix_object.

Definition at line 1376 of file objs.cc.

References DataSource::write().

Referenced by Animated_ifix_object::write_ifix().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 14:55:54 2007 for ExultEngine by  doxygen 1.5.1