VN_fnc_ui_showMemoralSlides
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.10 by Heyoxe |
|
Description
Shows the memorial slides.
Syntax
- Syntax
- [_blackFade,_imageFade,_imageTime,_delayAfterBlack,_delayAfterImage,_delayAfterImageLast,_images,_callback] call VN_fnc_ui_showMemoralSlides;
- Parameters
- _blackFade: Number - (Optional, default
1
) Dialog fade in time - _imageFade: Number - (Optional, default
1
) Image fade in time - _imageTime: Number - (Optional, default
10
) Image on screen duration (totally faded-in) - _delayAfterBlack: Number - (Optional, default
1
) Delay after black fade in to start showing the images - _delayAfterImage: Number - (Optional, default
1
) Delay after image fade out to show another image - _delayAfterImageLast: Number - (Optional, default
1
) Delay after the last image to fade out the dialog - _images: Array - (Optional, default
[]
) Array of string pointing to images - _callback: Code - (Optional, default
{}
) Function called when the script is done, no parameters passed - Return value
- Script (Handle) - ScriptHandle
Examples
- Example 1
Example(s): [ 1, 1, 5, 1, 1, 1, ["\a3\data_f_argo\Images\argo_contentBrowserPicture_co.paa", "\a3\data_f_argo\Images\AssetMaldenTerrain_co.paa"], { systemChat "End"; } ] spawn vn_fnc_ui_showMemoralSlides