Skip to content

AutoBuildable

Examples

Example

<AutoBuildable>
  <Rate>
    1.0
  </Rate>
</AutoBuildable>

XML Elements

The following elements can be used within this component:

AutoBuildable

Rate

The rate at which the building autobuilds.

Type: non-negative decimal

Path: AutoBuildable/Rate

RELAX NG Grammar

<define name="component.AutoBuildable">
  <element name="AutoBuildable">
    <interleave>
      <element name="Rate">
        <ref name="nonNegativeDecimal"/>
      </element>
    </interleave>
  </element>
</define>