#include <interface.h>
Public Member Functions | |
| PartyDrawer (XeenEngine *vm) | |
| void | drawParty (bool updateFlag) |
| void | highlightChar (int charId) |
| void | highlightChar (const Character *c) |
| void | unhighlightChar () |
| void | resetHighlight () |
Class responsible for drawing the images of the characters in the party
| void MM::Xeen::PartyDrawer::highlightChar | ( | int | charId | ) |
Highlights the specified character in the party display at the bottom of the screen
| charId | Character number |
| void MM::Xeen::PartyDrawer::highlightChar | ( | const Character * | c | ) |
Highlights the specified character in the party display at the bottom of the screen
| c | Character to highlight |