1
0
forked from mirrors/0ad

# Add documentation of the entity template XML file format.

Simplify the format a bit.
Use less <interleave> in the RNG so that error reports become
understandable.
Fixes #491.

This was SVN commit r7478.
This commit is contained in:
Ykkrosh
2010-04-23 16:09:03 +00:00
parent 116645ff74
commit dd809f83e8
39 changed files with 665 additions and 111 deletions
@@ -41,6 +41,11 @@ public:
std::vector<Command> m_CmdQueue;
static std::string GetSchema()
{
return "<a:component type='system'/><empty/>";
}
virtual void Init(const CSimContext& context, const CParamNode& UNUSED(paramNode))
{
m_Context = &context;