[raiguard] [2.0.11] [starmap] data.raw["surface-property"].hidden = true has no effect.
Posted: Fri Oct 25, 2024 3:25 pm
Greetings,
I have defined the following ["surface-property"]
However it seems the hidden field has no effect. The values are still visible in the starmap.
I have defined the following ["surface-property"]
Code: Select all
data:extend{{
name = "ceiling",
type = "surface-property",
default_value = 1,
is_time = true,
hidden = true
}}