All atoms changing opacity will recalculate visibility (#10352)

This commit is contained in:
Jiří Barouš
2020-10-26 08:30:54 +01:00
committed by GitHub
parent e0b07c1b9d
commit b14eed0efb
5 changed files with 15 additions and 21 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
no_update -> if TRUE, the light will not be updated. Useful for when making several of these calls to the same object. Optional.
/atom/proc/set_opacity(new_opacity)
desc: Sets an atom's opacity, updating affecting lights' visibility.
desc: Sets an atom's opacity, updating affecting lights' visibility. Returns TRUE if opacity changed, FALSE otherwise.
args:
new_opacity -> the new opacity value.