Difference between revisions of "Osiris/API/FadeInDone"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
 
Line 12: Line 12:
 
* [[Osiris/API/FadeToBlack|FadeIn]]
 
* [[Osiris/API/FadeToBlack|FadeIn]]
 
   
 
   
[[Category:Osiris Events]]
+
[[Category:Osiris Events|FadeInDone]]

Latest revision as of 16:11, 19 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
See Also