LuaEntity.result_quality type is inconsistent with description
Posted: Mon Oct 21, 2024 2:17 pm
https://lua-api.factorio.com/latest/cla ... lt_quality
The description says the property may be nil, but may not be set to nil. Meanwhile, the declaration says it always reads as LuaQualityPrototype, but accepts QualityID or nil. Seems like you misplaced the question mark.
The description says the property may be nil, but may not be set to nil. Meanwhile, the declaration says it always reads as LuaQualityPrototype, but accepts QualityID or nil. Seems like you misplaced the question mark.