FS2_Open
Open source remastering of the Freespace 2 engine
goal_text Struct Reference

Public Member Functions

void init ()
 goal_text structure functions More...
 
int add (const char *text=NULL)
 
void display (int n, int y)
 

Public Attributes

int m_num_lines
 
int m_line_sizes [MAX_GOAL_LINES]
 
const char * m_lines [MAX_GOAL_LINES]
 

Detailed Description

Definition at line 162 of file missiongoals.cpp.

Member Function Documentation

int goal_text::add ( const char *  text = NULL)

Definition at line 308 of file missiongoals.cpp.

void goal_text::display ( int  n,
int  y 
)

Definition at line 332 of file missiongoals.cpp.

void goal_text::init ( )

goal_text structure functions

Definition at line 300 of file missiongoals.cpp.

Member Data Documentation

int goal_text::m_line_sizes[MAX_GOAL_LINES]

Definition at line 164 of file missiongoals.cpp.

const char* goal_text::m_lines[MAX_GOAL_LINES]

Definition at line 165 of file missiongoals.cpp.

int goal_text::m_num_lines

Definition at line 163 of file missiongoals.cpp.


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