Difference between revisions of "Osiris/API/FadeInDone"
From Divinity Engine Wiki
(Documented FadeInDone) |
m |
||
Line 7: | Line 7: | ||
* '''_Event''': The name of the event specified to [[Osiris/API/FadeIn|FadeIn]]. | * '''_Event''': The name of the event specified to [[Osiris/API/FadeIn|FadeIn]]. | ||
===== Notes ===== | ===== Notes ===== | ||
+ | * This event is new in DOS2 Patch 5. It is the new, clearer, name of the deprecated [[Osiris/API/ClearFadeDone|ClearFadeDone]] event. | ||
* See [[Osiris/API/FadeDone|FadeOutDone]] | * See [[Osiris/API/FadeDone|FadeOutDone]] | ||
===== See Also ===== | ===== See Also ===== |
Revision as of 12:12, 8 December 2017
Full Definition(s)
- event FadeInDone((INTEGER)_UserID, (STRING)_FadeID)
Description
Thrown when a fade-from-black or fade-from-white operation finished.
Parameters
- _UserID: Do not rely on this parameter. Theoretically, it should contain the ID of the user for which the fade was done. In practice, this value is unreliable.
- _Event: The name of the event specified to FadeIn.
Notes
- This event is new in DOS2 Patch 5. It is the new, clearer, name of the deprecated ClearFadeDone event.
- See FadeOutDone