BattleFieldError_t Struct Reference

A description with human readible error data from the last error while reading in a battlefield file. More...

#include <gameconfig.h>


Data Fields

char file [80]
 The file where the error was encountered.
int line
 The line number where the error was encountered, or -1 if the error did not occur on a line.
rtsa_char msg [120]
 The message describing the error.


Detailed Description

A description with human readible error data from the last error while reading in a battlefield file.

Definition at line 161 of file gameconfig.h.


Field Documentation

char BattleFieldError_t::file[80]

The file where the error was encountered.

Definition at line 171 of file gameconfig.h.

Referenced by ErrorOut().

int BattleFieldError_t::line

The line number where the error was encountered, or -1 if the error did not occur on a line.

If the value is -1, all other fields should be ignored.

Definition at line 167 of file gameconfig.h.

Referenced by ErrorOut().

rtsa_char BattleFieldError_t::msg[120]

The message describing the error.

Definition at line 175 of file gameconfig.h.

Referenced by BfldErrResize(), and ErrorOut().


The documentation for this struct was generated from the following file:
Generated on Mon May 28 04:41:44 2007 for Retro Tank Super Attack by  doxygen 1.5.2