WorldFile Class Reference
Class encapsulating the world file. More...
#include <WorldFile.hh>
Public Member Functions | |
WorldFile () | |
Standard constructor. | |
~WorldFile () | |
Standard Destructor. | |
int | Load (const char *filename) |
Load world from file. | |
int | LoadString (const char *str) |
Load a world file from a string. | |
int | Save (const char *filename) |
Save world back into file. | |
bool | WarnUnused () |
Print a warning message with unused nodes (if any). | |
WorldFileNode * | GetRootNode () const |
Get the root node. | |
Public Attributes | |
char * | filename |
File name. |
Detailed Description
Class encapsulating the world file.
Constructor & Destructor Documentation
|
Standard constructor.
|
|
Standard Destructor.
|
Member Function Documentation
|
Load world from file.
|
|
Load a world file from a string.
|
|
Save world back into file.
|
|
Print a warning message with unused nodes (if any).
|
|
Get the root node.
For internal use only.
|
Member Data Documentation
|
File name.
|
The documentation for this class was generated from the following files: