Skip to main content

Crate factorio_codegen

Crate factorio_codegen 

Source

Re-exports§

pub use generator::LuaGenerator;
pub use generator::error::LuaGeneratorError;
pub use generator::error::LuaGeneratorResult;

Modules§

generator

Functions§

attribute_property_for_setter
Map Factorio attribute setter stubs (set_caption, write_driving, …) to the Lua property name. Real Factorio set_* methods are absent from this table so codegen keeps them as method calls.