GRFError Struct Reference

Information about why GRF had problems during initialisation. More...

#include <newgrf_config.h>

Inheritance diagram for GRFError:
ZeroedMemoryAllocator

Public Member Functions

 GRFError (StringID severity, StringID message=0)
 Construct a new GRFError.
 GRFError (const GRFError &error)
 Create a new GRFError that is a deep copy of an existing error message.

Data Fields

char * custom_message
 Custom message (if present).
char * data
 Additional data for message and custom_message.
StringID message
 Default message.
StringID severity
 Info / Warning / Error / Fatal.
uint8 num_params
 Number of additinal parameters for message and custom_message (0, 1 or 2).
uint32 param_value [2]
 Values of GRF parameters to show for message and custom_message.

Detailed Description

Information about why GRF had problems during initialisation.

Definition at line 93 of file newgrf_config.h.


Constructor & Destructor Documentation

GRFError::GRFError ( StringID  severity,
StringID  message = 0 
)

Construct a new GRFError.

Parameters:
severity The severity of this error.
message The actual error-string.

Definition at line 159 of file newgrf_config.cpp.

GRFError::GRFError ( const GRFError error  ) 

Create a new GRFError that is a deep copy of an existing error message.

Parameters:
error The GRFError object to make a copy of.

Definition at line 169 of file newgrf_config.cpp.

References custom_message, data, and param_value.


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

Generated on Wed Apr 13 00:48:38 2011 for OpenTTD by  doxygen 1.6.1