Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
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... | |
void | GetMapSettings (const ScriptInterface &scriptInterface, JS::MutableHandleValue) |
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).
void CMapSummaryReader::GetMapSettings | ( | const ScriptInterface & | scriptInterface, |
JS::MutableHandleValue | ret | ||
) |
Returns a value of the form:
Try to load a map file.
pathname | Path to .pmp or .xml file |
|
private |