Page 1 of 1

FishPrototype refers to deprecated LuaEntity::active

Posted: Tue May 19, 2026 1:03 am
by Shemp
FishPrototype states the following in its summary:
Entity that spawns in water tiles, which can be mined. Moves around unless deactivated with LuaEntity::active = false.
LuaEntity::active is deprecated and so this hyperlink might break in the future, it should refer to LuaEntity::disabled_by_script instead.

Re: FishPrototype refers to deprecated LuaEntity::active

Posted: Wed May 20, 2026 6:51 pm
by Bilka
Thanks for pointing this out, docs updated for the next release.