mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 03:12:19 +00:00
# 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user