FS2_Open
Open source remastering of the Freespace 2 engine
medal_stuff Class Reference

#include <medals.h>

Public Member Functions

 medal_stuff ()
 
 ~medal_stuff ()
 
 medal_stuff (const medal_stuff &m)
 
const medal_stuffoperator= (const medal_stuff &m)
 

Public Attributes

char name [NAME_LENGTH]
 
char bitmap [MAX_FILENAME_LEN]
 
char debrief_bitmap [MAX_FILENAME_LEN]
 
int num_versions
 
bool version_starts_at_1
 
bool available_from_start
 
int kills_needed
 
char voice_base [MAX_FILENAME_LEN]
 
SCP_map< int, char * > promotion_text
 

Detailed Description

Definition at line 28 of file medals.h.

Constructor & Destructor Documentation

medal_stuff::medal_stuff ( )

Definition at line 184 of file medals.cpp.

medal_stuff::~medal_stuff ( )

Definition at line 193 of file medals.cpp.

medal_stuff::medal_stuff ( const medal_stuff m)

Definition at line 204 of file medals.cpp.

Member Function Documentation

const medal_stuff & medal_stuff::operator= ( const medal_stuff m)

Definition at line 230 of file medals.cpp.

Member Data Documentation

bool medal_stuff::available_from_start

Definition at line 36 of file medals.h.

char medal_stuff::bitmap[MAX_FILENAME_LEN]

Definition at line 32 of file medals.h.

char medal_stuff::debrief_bitmap[MAX_FILENAME_LEN]

Definition at line 33 of file medals.h.

int medal_stuff::kills_needed

Definition at line 37 of file medals.h.

char medal_stuff::name[NAME_LENGTH]

Definition at line 31 of file medals.h.

int medal_stuff::num_versions

Definition at line 34 of file medals.h.

SCP_map<int, char*> medal_stuff::promotion_text

Definition at line 41 of file medals.h.

bool medal_stuff::version_starts_at_1

Definition at line 35 of file medals.h.

char medal_stuff::voice_base[MAX_FILENAME_LEN]

Definition at line 40 of file medals.h.


The documentation for this class was generated from the following files: