Osiris/API/ClearFadeDone: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(ClearFadeDone event)
(No difference)

Revision as of 17:06, 9 September 2017

Full Definition(s)
  • event ClearFadeDone((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 FadeToBlack or FadeToWhite.
Notes
See Also