#include <thing.h>
Inheritance diagram for CBox::
Public Methods | |
CBox () | |
void | SetContents (int iContentsA, int iContentsB) |
virtual void | Draw () |
Called to draw this thing. Note that this does not get called if thing does not get drawn (i.e. if clipped out of visible viewport). Use Tick() for updating things that must be updated each frame. | |
virtual void | Initialize (int b0, int b1) |
Called just before added to world, to be used for custom initialization. May supercede OnAdded. (fixme). | |
virtual int | OnHeroShot () |
Called when thing is shot by hero. m_bShootable must be set. | |
Public Attributes | |
int | m_iContentsA |
int | m_iContentsB |
http://www.scorpioncity.com/djgame.html Copyright (C) David Joffe. Generated: 15 Jul 2001 |