pub fn attribute_property_for_setter(method: &str) -> Option<&'static str>Expand description
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.