Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo!
How is it possible to hide and unhide an entity?
Thanks for your time.
To set its state... entity.hidden=true OR entity.hidden=false
entity.hidden=true
entity.hidden=false
To find its state... state = entity.hidden? which returns true OR false
state = entity.hidden?
true
false
Great! Thank you.
Advertisement