Smoke Class Reference

#include <smoke.h>

Inheritance diagram for Smoke:

Inheritance graph
[legend]
Collaboration diagram for Smoke:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Smoke ()

Detailed Description

Definition at line 26 of file smoke.h.


Constructor & Destructor Documentation

Smoke::Smoke (  ) 

Definition at line 25 of file smoke.cpp.

00025              :
00026   Particle("smoke_particle")
00027 {
00028   m_initial_time_to_live = 10;
00029   m_left_time_to_live = m_initial_time_to_live;
00030   m_time_between_scale = 100;
00031 
00032   image = ParticleEngine::GetSprite(SMOKE_spr);
00033   image->Scale(0.0,0.0);
00034   SetSize( Point2i(1, 1) );
00035 }
}

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Mon Jan 1 14:15:52 2007 for Wormux by  doxygen 1.4.7