Public Member Functions | Public Attributes

quake::texture_path_t Struct Reference
[Quake BSP Parsing Library]

texture information More...

#include <bsp.h>

Inheritance diagram for quake::texture_path_t:
Inheritance graph
[legend]
Collaboration diagram for quake::texture_path_t:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~texture_path_t (void) throw ()
eLumpType getType (void) const throw ()
 what sort of lump object is this really? Can use this information to perform a dynamic cast to the correct leaf class.
void dump (void) const throw ()
virtual int getIndex (void) const throw ()
 returns the index of this object as stored in its lump

Public Attributes

char name [64]
 name
int32_t flags
int32_t contents
int index

Detailed Description

texture information

Definition at line 226 of file bsp.h.


Constructor & Destructor Documentation

quake::texture_path_t::~texture_path_t ( void   )  throw ()

Definition at line 107 of file bsp.cpp.


The documentation for this struct was generated from the following files: