_________ __ __ / _____// |_____________ _/ |______ ____ __ __ ______ \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/ / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \ /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ > \/ \/ \//_____/ \/ ______________________ ______________________ T H E W A R B E G I N S Stratagus - A free fantasy real time strategy game engine
#include <contenttype.h>
Public Member Functions | |
CContentTypeFormattedText () | |
virtual | ~CContentTypeFormattedText () |
contenttype.cpp - . | |
virtual void | Draw (const CUnit &unit, CFont *defaultfont) const |
virtual void | Parse (lua_State *l) |
![]() | |
CContentType () | |
virtual | ~CContentType () |
Additional Inherited Members | |
![]() | |
PixelPos | Pos |
ConditionPanel * | Condition |
Coordinate where to display. More... | |
Show formatted text with variable value.
|
inline |
|
inlinevirtual |
Draw formatted text with variable value.
unit | unit with variable to show. |
defaultfont | default font if no specific font in extra data. |
Implements CContentType.
|
virtual |
Implements CContentType.