Contents

UpdateEquipmentAction

An action that updates properties of equipment on the table.

Declaration

struct UpdateEquipmentAction<State> where State : EquipmentState

Overview

To create an update equipment action, use the updateEquipment(_:state:context:) or a similar static method.

Topics

Getting the equipment in the action

Getting the state of the equipment

Getting the context and player identifier

See Also

Actions