Page 1 of 1

[1.1.27] update can_place_entity to clarify newer defines in API pages

Posted: Wed Mar 17, 2021 2:58 am
by Honktown
Under LuaSurface, can_place_entity has

Code: Select all

forced :: boolean (optional): If defines.build_check_type is "ghost_place" and this is true things that can be marked for deconstruction are ignored.
Following the defines.build_check_type link:

Code: Select all

defines.build_check_type.script	
defines.build_check_type.manual	
defines.build_check_type.manual_ghost	
defines.build_check_type.script_ghost	
defines.build_check_type.blueprint_ghost	
defines.build_check_type.ghost_revive
ghost_place hasn't existed since 1.1.6 according the version history.

Re: [1.1.27] update can_place_entity to clarify newer defines in API pages

Posted: Thu Apr 22, 2021 8:13 am
by Therenas
Thanks for the report, this has been corrected for the next release.