[0.15] Documentation Missing type info

This subforum contains all the issues which we already resolved.
Post Reply
d3x0r
Filter Inserter
Filter Inserter
Posts: 316
Joined: Sun Jun 04, 2017 8:56 am
Contact:

[0.15] Documentation Missing type info

Post by d3x0r »

http://lua-api.factorio.com/latest/LuaI ... ile_result

doesn't have what its resulting type is ....

Code: Select all

{ 
   result : luaTilePrototype 
   condition_size: int
   condition : { ... conditions ... } -- { "water-tile"=true }
}
---
Edit:


in luaItemStack the link for tile_filter_mode redirects to the first tile_filter_mode.whitelist/blacklist.

Code: Select all

tile_selection_mode :: defines.deconstruction_item.tile_filter_mode [Read-Write]
The tile selection mode for this deconstruction item.  

There is twice listed the tile_filter_mode. the first - tile_filter_mode.whitelist = nil
and it should be one of 'normal','only'....

http://lua-api.factorio.com/latest/defi ... ilter_mode

tile_filter_mode
defines.deconstruction_item.tile_filter_mode.whitelist
defines.deconstruction_item.tile_filter_mode.blacklist
tile_filter_mode
defines.deconstruction_item.tile_filter_mode.normal
defines.deconstruction_item.tile_filter_mode.always
defines.deconstruction_item.tile_filter_mode.never
defines.deconstruction_item.tile_filter_mode.only

Rseding91
Factorio Staff
Factorio Staff
Posts: 13204
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [0.15] Documentation Missing type info

Post by Rseding91 »

Thanks for the report. It's now fixed for the next version of 0.15.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Resolved Problems and Bugs”