News

AI Starbase governor xml question

Posted on Tuesday, March 1, 2016

 

Most modules are added with

<StarbaseModule>

      <ModuleName>MiningHeadquarterModule</ModuleName>

  </StarbaseModule>

 

All military modules are added with

<StarbaseModule>

      <ModuleName>ShieldGeneratorModule</ModuleName>

   <DontRequestConstructor>true</DontRequestConstructor>

</StarbaseModule>

 

Can someone explain what is the significance of <DontRequestConstructor>true</DontRequestConstructor>  ?

 

If if doen’t request a constructor, how does it end up with the module and why don’t the other sue this type of true/false command?