LogicCommandSet - TM-Modding-Wiki

LogicCommandSet

From TM-Modding-Wiki

Jump to: navigation, search

LogicCommandSets are the Butten-Sets for each Object. It can hold all Types of LogicCommands.

LogicCommandSet

Values are set to 1.09 default values.

<LogicCommandSet
id="" Required Sets the LogicCommand´s name for reference in other Assets; must be unique
<Cmd></Cmd> Required (Occurrence: unbounded) Reference to LogicCommand
</LogicCommandSet>

Example LogicCommandSet's

<LogicCommandSet
id="GDIWarFactoryCommandSet">
<Cmd>Command_ConstructGDIPitbull</Cmd>
<Cmd>Command_ConstructGDIPredator</Cmd>
<Cmd>Command_ConstructGDIAPC</Cmd>
<Cmd>Command_ConstructGDIHarvester</Cmd>
<Cmd>Command_ConstructGDIMCV</Cmd>
<Cmd>Command_ConstructGDIRig</Cmd>
<Cmd>Command_ConstructGDIMammoth</Cmd>
<Cmd>Command_ConstructGDIJuggernaught</Cmd>
<Cmd>Command_RepairVehicle</Cmd>
<Cmd>Command_TogglePower</Cmd>
<Cmd>Command_SelfRepair</Cmd>
<Cmd>Command_Sell</Cmd>
<Cmd>Command_SetDefaultBuilding</Cmd>
<Cmd>Command_SetRallyPoint_Vehicle</Cmd>
</LogicCommandSet>
Personal tools
languages