$treeview $search $mathjax
Stratagus
2.2.7
$projectbrief
|
$projectbrief
|
$searchbox |
_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <unit.h>
Public Member Functions | |
_seen_stuff_ () | |
Public Attributes | |
const CConstructionFrame * | CFrame |
int | Frame |
Seen construction frame. | |
const CUnitType * | Type |
last seen frame/stage of buildings | |
Vec2i | tilePos |
Pointer to last seen unit-type. | |
signed char | IX |
Last unit->tilePos Seen. | |
signed char | IY |
Seen X image displacement to map position. | |
unsigned | Constructed: 1 |
seen Y image displacement to map position | |
unsigned | State: 3 |
Unit seen construction. | |
unsigned | Destroyed: PlayerMax |
Unit seen build/upgrade state. | |
unsigned | ByPlayer: PlayerMax |
Unit seen destroyed or not. |
CUnit::_seen_stuff_::_seen_stuff_ | ( | ) | [inline] |
Seen construction frame.
last seen frame/stage of buildings
Pointer to last seen unit-type.
signed char CUnit::_seen_stuff_::IX |
Last unit->tilePos Seen.
signed char CUnit::_seen_stuff_::IY |
Seen X image displacement to map position.
unsigned CUnit::_seen_stuff_::Constructed |
seen Y image displacement to map position
unsigned CUnit::_seen_stuff_::State |
Unit seen construction.
unsigned CUnit::_seen_stuff_::Destroyed |
Unit seen build/upgrade state.
unsigned CUnit::_seen_stuff_::ByPlayer |
Unit seen destroyed or not.