read_ammo

class ReadAmmoMixin(
read_ammo: bool = True,
*,
extra_keys: dict[str, Any] | None = None,
)

Enables the entity to broadcast its ammo count to the circuit network.

read_ammo : bool

Serialized

This attribute is imported/exported from blueprint strings.

Whether or not to broadcast the amount of ammo currently in this turret to the connected circuit network.

Added in version 3.0.0: (Factorio 2.0)