Difference between revisions of "Osiris/API/FadeOutBlack"
From Divinity Engine Wiki
(Documented FadeOutBlack) |
m |
||
Line 2: | Line 2: | ||
* call '''FadeOutBlack'''(''(CHARACTERGUID)'''''_Character''', ''(REAL)'''''_Seconds''', ''(STRING)'''''_FadeID''') | * call '''FadeOutBlack'''(''(CHARACTERGUID)'''''_Character''', ''(REAL)'''''_Seconds''', ''(STRING)'''''_FadeID''') | ||
===== Description ===== | ===== Description ===== | ||
− | Fades the screen either to black for the [[Osiris/API/CharacterGetReservedUserID|user]] that controls '''_Character'''. The fade will last for '''_Seconds''' seconds; the longer this time, the slower the fade operation. ===== Notes ===== | + | Fades the screen either to black for the [[Osiris/API/CharacterGetReservedUserID|user]] that controls '''_Character'''. The fade will last for '''_Seconds''' seconds; the longer this time, the slower the fade operation. |
+ | ===== Notes ===== | ||
* This call is a more intuitive version of the [[Osiris/API/FadeToBlack|FadeToBlack]] call. | * This call is a more intuitive version of the [[Osiris/API/FadeToBlack|FadeToBlack]] call. | ||
* New in DOS2 Patch 5. | * New in DOS2 Patch 5. |
Revision as of 16:54, 6 December 2017
Full Definition(s)
- call FadeOutBlack((CHARACTERGUID)_Character, (REAL)_Seconds, (STRING)_FadeID)
Description
Fades the screen either to black for the user that controls _Character. The fade will last for _Seconds seconds; the longer this time, the slower the fade operation.
Notes
- This call is a more intuitive version of the FadeToBlack call.
- New in DOS2 Patch 5.