武装突袭 Wiki
Advertisement
  

Click on the images for descriptions

Introduced in

Game:
Take On Helicopters
Version:
1.00

Description

Description:
/*
	
	Description:
	Convert seconds to formatted string.
	
	Parameter(s):
	_this select 0: <scalar> time in seconds
	_this select 1 (Optional): <string> format
		"HH"			- Hours
		"HH:MM"			- Hours:Minutes
		"HH:MM:SS"		- Hours:Minutes:Seconds (Default)
		"HH:MM:SS.MS"	- Hours:Minutes:Seconds:Milliseconds
		"MM"			- Minutes
		"MM:SS"			- Minutes:Seconds
		"MM:SS.MS"		- Minutes:Seconds:Milliseconds
		"SS.MS"			- Seconds:Milliseconds
	_this select 2 (Optional): <boolean> return as Array (default: false)
	
	Returns:
	String or Array of Strings
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Example 1:
Example needed
See also:
See also needed

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement