Pyrogenesis
13997
|
A restricted map reader that returns various summary information for use by scripts (particularly the GUI). More...
#include <MapReader.h>
Public Member Functions | |
PSRETURN | LoadMap (const VfsPath &pathname) |
Try to load a map file. More... | |
CScriptValRooted | GetMapSettings (ScriptInterface &scriptInterface) |
Returns a value of the form: More... | |
Private Attributes | |
CStr | m_ScriptSettings |
A restricted map reader that returns various summary information for use by scripts (particularly the GUI).
Definition at line 159 of file MapReader.h.
CScriptValRooted CMapSummaryReader::GetMapSettings | ( | ScriptInterface & | scriptInterface | ) |
Returns a value of the form:
Definition at line 373 of file MapReader.cpp.
Try to load a map file.
pathname | Path to .pmp or .xml file |
Definition at line 342 of file MapReader.cpp.
|
private |
Definition at line 179 of file MapReader.h.