Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <bolt.h>
Public Member Functions | |
bolt_draw () | |
~bolt_draw () | |
Public Attributes | |
class DecalQueue * | boltdecals |
vector< std::string > | animationname |
vector< Animation * > | animations |
vector< vector< Bolt > > | bolts |
vector< vector< Bolt > > | balls |
vector< int > | cachedecals |
Static Public Attributes | |
static GFXVertexList * | boltmesh = NULL |
bolt_draw::bolt_draw | ( | ) |
Definition at line 36 of file bolt.cpp.
References boltdecals, boltmesh, VegaConfig::getVariable(), GFXQUAD, XMLSupport::parse_float(), V, and vs_config.
bolt_draw::~bolt_draw | ( | ) |
Definition at line 20 of file bolt.cpp.
References animations, balls, boltdecals, bolts, cachedecals, DecalQueue::DelTexture(), i, j, and size.
vector<std::string> bolt_draw::animationname |
Definition at line 50 of file bolt.h.
Referenced by Bolt::AddAnimation().
vector<Animation *> bolt_draw::animations |
Definition at line 51 of file bolt.h.
Referenced by Bolt::AddAnimation(), Bolt::Draw(), and ~bolt_draw().
vector<vector <Bolt> > bolt_draw::balls |
Definition at line 53 of file bolt.h.
Referenced by Bolt::AddAnimation(), Bolt::Bolt(), Bolt::BoltFromIndex(), Bolt::Draw(), and ~bolt_draw().
class DecalQueue* bolt_draw::boltdecals |
Definition at line 48 of file bolt.h.
Referenced by Bolt::AddTexture(), bolt_draw(), Bolt::Destroy(), Bolt::Draw(), and ~bolt_draw().
|
static |
Definition at line 49 of file bolt.h.
Referenced by bolt_draw(), and Bolt::Draw().
vector<vector <Bolt> > bolt_draw::bolts |
Definition at line 52 of file bolt.h.
Referenced by Bolt::AddTexture(), Bolt::Bolt(), BoltDestroyGeneric(), Bolt::BoltFromIndex(), Bolt::Draw(), and ~bolt_draw().
vector<int> bolt_draw::cachedecals |
Definition at line 54 of file bolt.h.
Referenced by Bolt::AddTexture(), and ~bolt_draw().