|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CTile Class ReferenceTiles.
More...
#include <tile_bank.h>
List of all members.
Detailed Description
Tiles.
-
Author(s):
-
Cyril Corvazier , Nevrax France
-
Date:
-
2000
Definition at line 53 of file tile_bank.h.
Member Enumeration Documentation
enum NL3D::CTile::TBitmap
|
|
|
-
Enumeration values:
-
diffuse
|
|
additive
|
|
alpha
|
|
bitmapCount
|
|
Definition at line 70 of file tile_bank.h. |
Constructor & Destructor Documentation
NL3D::CTile::CTile (
|
) [inline]
|
|
Member Function Documentation
void NL3D::CTile::free (
|
) [inline, private]
|
|
uint NL3D::CTile::getGroupFlags (
|
) const [inline]
|
|
|
Get the group flags for this tile.
If the tile is in the I-ne gourp, the flag 1<<I is set. There are 12 groups.
Definition at line 118 of file tile_bank.h. |
const std::string & NL3D::CTile::getRelativeFileName (
|
TBitmap bitmapType ) const [inline]
|
|
uint8 NL3D::CTile::getRotAlpha (
|
) [inline]
|
|
|
Get the additional orientation (CCW) for alpha texture.
Definition at line 95 of file tile_bank.h. |
bool NL3D::CTile::isFree (
|
) const [inline]
|
|
void NL3D::CTile::setFileName (
|
TBitmap bitmapType,
|
|
const std::string & name ) [inline]
|
|
void NL3D::CTile::setGroupFlags (
|
uint group ) [inline]
|
|
|
Set the group flags for this tile.
If the tile is in the I-ne gourp, the flag 1<<I is set. There are 12 groups.
Definition at line 128 of file tile_bank.h. |
void NL3D::CTile::setRotAlpha (
|
uint8 rot ) [inline]
|
|
|
Set the additional orientation (CCW) for alpha texture.
Definition at line 101 of file tile_bank.h. |
Friends And Related Function Documentation
Member Data Documentation
std::string NL3D::CTile::_BitmapName[bitmapCount] [private]
|
|
uint32 NL3D::CTile::_Flags [private]
|
|
const sint NL3D::CTile::_Version = 4 [static, private]
|
|
The documentation for this class was generated from the following files:
|
|