BIS fnc radioSetTrack: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|s1= <!-- ([^ ]+); --> \}\}" to " |s1= <!-- $1 --> |r1= |x1= <!-- <code>$1;</code> --> |seealso= }} ")
m (Text replacement - " \[\[Category:\{\{Name|[a-z0-9]+\}\}: Functions\|\{\{uc:[a-zA-Z0-9]+\}\}\]\]" to "")
Line 34: Line 34:
}}
}}


 
||
[[Category:{{Name|tkoh}}: Functions|{{uc:radioSetTrack}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:radioSetTrack}}]]

Revision as of 23:59, 16 June 2021

Hover & click on the images for description

Description

Description:
/*

	Description:
	Set a specific or random music track.

	Parameter(s):
	_this select 0: track (String)
	_this select 1: override (Bool)
	_this select 2: Bool (first track? -> start randomly within the track)

	Returns:
	Array (duration (s): Scalar, start time (s): Scalar)
*/
🏗
Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki.
Execution:
call
Groups:
Radio

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

||