Page 1 of 1

[Therenas] Documentation error in LuaEntity.get_logistic_point

Posted: Wed Apr 21, 2021 9:56 am
by carbonash
I'm refering to this page https://lua-api.factorio.com/latest/LuaEntity.html

The function `get_logistic_point` (https://lua-api.factorio.com/latest/Lua ... stic_point) has a parameter named `defines.logistic_member_index` with type `defines.logistic_member_index`. The name should instead be a simple string such as index.

See `connect_rolling_stock` as an example of a function that does this: https://lua-api.factorio.com/latest/Lua ... ling_stock

Re: [Therenas]Documentation error in LuaEntity.get_logistic_point

Posted: Wed Apr 21, 2021 11:53 am
by Therenas
Thanks for the report, this has been rectified for the next release.