|
WorldFile Class ReferenceClass encapsulating the world file.
More...
#include <WorldFile.hh>
List of all members.
Detailed Description
Class encapsulating the world file.
Constructor & Destructor Documentation
WorldFile::~WorldFile |
( |
|
) |
|
|
Member Function Documentation
int WorldFile::Load |
( |
const char * |
filename |
) |
|
|
int WorldFile::LoadString |
( |
const char * |
str |
) |
|
|
|
Load a world file from a string.
|
int WorldFile::Save |
( |
const char * |
filename |
) |
|
|
|
Save world back into file.
- Parameters:
-
| filename | Set to NULL to save back into the original file. |
|
bool WorldFile::WarnUnused |
( |
|
) |
|
|
|
Print a warning message with unused nodes (if any).
- Returns:
- Returns true if there are unused nodes.
|
|
Get the root node.
For internal use only.
|
Member Data Documentation
The documentation for this class was generated from the following files:
|