Docs.rs
factorio-api-0.1.1
factorio-api 0.1.1
Docs.rs crate page
MIT
11 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
languint
Dependencies
factorio-api-gen ^0.1.1
build
Versions
40.15%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module wire_origin
factorio_
api
0.1.1
Module wire_
origin
Module Items
Constants
In factorio_
api::
defines
factorio_api
::
defines
Module
wire_
origin
Copy item path
Source
Constants
§
PLAYER
These wires can be modified by players, scripts, and the game. They are visible to the player if the entity’s
draw_circuit_wires
prototype property is set to
true
and both ends of it are on the same surface.
RADARS
These wires can only be modified by the game. They are not visible to the player, irrespective of the
draw_circuit_wires
prototype property.
SCRIPT
These wires can be modified by scripts and the game. They are not visible to the player, irrespective of the
draw_circuit_wires
prototype property.