Difference between revisions of "SetAlpha - Actor"
Jump to navigation
Jump to search
m
fade to zero broken on setAlpha
imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Sets this actor's alpha value, optionally fading them to that value rather then popping. == Syntax…') |
imported>Kiriwar m (fade to zero broken on setAlpha) |
||
Line 31: | Line 31: | ||
== Notes == | == Notes == | ||
The player cannot be faded completely out and will always remain partially visible. | The player cannot be faded completely out and will always remain partially visible. | ||
The fade boolean does not work if you set the alpha to (0.0). If you wish to fade to zero, then it must be set to (0.1) and then use Utility.Wait(0.3) (or any equally small number), calling the function afterwards to set to (0.0). | |||
== See Also == | == See Also == | ||
*[[Actor Script]] | *[[Actor Script]] |