OpenMortal Apocalypse mirror
Sourceforge mirror
SourceForge.net Logo
      News | Info | Characters | Arenas | Screenshots | Forums | Download  
Developer: Making of | Character-HOWTO | AI Design | Submit a Character
Documentation: Main Page | Modules | Class Hierarchy | Class List | File List

SPlayerInfo Struct Reference
[Fighter selection]

PlayerInfo structure stores information about a PLAYER. More...

#include <PlayerSelect.h>

List of all members.

Public Attributes

FighterEnum m_enFighter
TintEnum m_enTint
CRlePackm_poPack
std::string m_sFighterName
std::vector< FighterEnumm_aenTeam


Detailed Description

PlayerInfo structure stores information about a PLAYER.

In OpenMortal, the term PLAYER refers to one of the two guys playing the game, as opposed to FIGHTER, which refers to one of the many playable characters.

PlayerInfo stores: the player's selected fighter, the fighters tint and CRlePack.


Member Data Documentation

std::vector<FighterEnum> SPlayerInfo::m_aenTeam
 

FighterEnum SPlayerInfo::m_enFighter
 

TintEnum SPlayerInfo::m_enTint
 

CRlePack* SPlayerInfo::m_poPack
 

std::string SPlayerInfo::m_sFighterName
 


The documentation for this struct was generated from the following file: