Page 1 of 1

LuaEntityPrototype.void_energy_source_prototype links to fluid... instead of void...

Posted: Thu Jun 04, 2020 1:44 am
by Nathan S
Page:
https://lua-api.factorio.com/latest/Lua ... _prototype

Current Text:
void_energy_source_prototype :: LuaFluidEnergySourcePrototype [Read-only]
The void energy source prototype this entity uses or nil.
Target: https://lua-api.factorio.com/latest/Lua ... otype.html

Expected:
void_energy_source_prototype :: LuaVoidEnergySourcePrototype [Read-only]
The void energy source prototype this entity uses or nil.
Target: https://lua-api.factorio.com/latest/Lua ... otype.html

Re: LuaEntityPrototype.void_energy_source_prototype links to fluid... instead of void...

Posted: Mon Jun 08, 2020 4:13 am
by DaveMcW
Since this is not a wiki page, you should report it in the Bug Reports forum.

Re: LuaEntityPrototype.void_energy_source_prototype links to fluid... instead of void...

Posted: Mon Jun 08, 2020 9:53 am
by Bilka
Hey, this is the right place for Lua doc problems like this. I fixed the type for the next release.