VN_fnc_end_script
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson |
|
Description
Internal script used by the ending ui to play effects on screen, has no use outside of this context.
Syntax
- Syntax
- [] call VN_fnc_end_script;
- Parameters
- _ui: Array - (Optional, default
[]
) Array containing UI display. - _type: String - (Optional, default
""
) Switch case. - Return value
- Boolean - Function reached the end
Examples
- Example 1
- [_this,"onload"] call vn_fnc_end_script;