UCI_StrikeCapabilityCommand

UCI_StrikeCapabilityCommand

Overview

This type holds the information given by a strike capability command.

Note

For all methods, if the uci_interface block is not set, the values return as follows:

  • int: 0

  • bool: false

  • string: empty/null string

  • UCI_*: null

Static Methods

static UCI_StrikeCapabilityCommand Construct(UCI_CapabilityId aID, UCI_StrikeWeaponCommand aWeaponCommand)

Returns a _UCI_StrikeCapabilityCommand with the given ID and weapon command.

Methods

void SetWeaponCommandType(UCI_StrikeWeaponCommand aCommand)

Sets the weapon command type to the given command.