____ _ __
/ __ )____ _____ | | / /___ ___________
/ __ / __ \/ ___/ | | /| / / __ `/ ___/ ___/
/ /_/ / /_/ (__ ) | |/ |/ / /_/ / / (__ )
/_____/\____/____/ |__/|__/\__,_/_/ /____/
A futuristic real-time strategy game.
This file is part of Bos Wars.
(C) Copyright 2001-2007 by the Bos Wars and Stratagus Project.
Distributed under the "GNU General Public License"Public Member Functions | |
| Decoration () | |
Public Attributes | |
| std::string | File |
| File containing the graphics data. | |
| int | HotX |
| X drawing position (relative). | |
| int | HotY |
| Y drawing position (relative). | |
| int | Width |
| width of the decoration | |
| int | Height |
| height of the decoration | |
| CGraphic * | Sprite |
| loaded sprite images | |
Definition at line 64 of file unit_draw.cpp.
| Decoration::Decoration | ( | ) | [inline] |
Definition at line 66 of file unit_draw.cpp.
| std::string Decoration::File |
File containing the graphics data.
Definition at line 68 of file unit_draw.cpp.
Referenced by CclDefineSprites().
| int Decoration::HotX |
X drawing position (relative).
Definition at line 69 of file unit_draw.cpp.
Referenced by CclDefineSprites(), and CDecoVarSpriteBar::Draw().
| int Decoration::HotY |
Y drawing position (relative).
Definition at line 70 of file unit_draw.cpp.
Referenced by CclDefineSprites(), and CDecoVarSpriteBar::Draw().
width of the decoration
Definition at line 71 of file unit_draw.cpp.
Referenced by CclDefineSprites().
height of the decoration
Definition at line 72 of file unit_draw.cpp.
Referenced by CclDefineSprites().
loaded sprite images
Definition at line 75 of file unit_draw.cpp.
Referenced by CDecoVarSpriteBar::Draw().
1.5.6