VN_fnc_ambient_audio_loop

From Savage Game Design Wiki
Revision as of 20:48, 26 April 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= ambient_audio_functions |d= <pre>Creates and adds a loop to the internal BIS_fnc_loop which will check if any sounds...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Creates and adds a loop to the internal BIS_fnc_loop which will check if any sounds should be playing.

Syntax

Syntax
[] call VN_fnc_ambient_audio_loop;
Return value
Boolean - Function reached the end

Examples

Example 1
[] call vn_fnc_ambient_audio_loop;