BIS_fnc_fps

From Bohemia Interactive Community
Revision as of 15:47, 25 July 2014 by Str (talk | contribs) (1 revision)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	File: fpsMeasurement.sqf

	Description:
	Function to measure fps. Spawns code running for given time.

	Parameter(s):
	_this select 0: scalar - time, length of measurement
	_this select 1: string - identification of measurement (will be printed to screen)
	_this select 2: scalar - (optional) sleep time - time to wait before measurement starts

	Returns:
	_handle to spawned script (-> can be used to waitUntil {scriptDone _handle};)

  Warning - do not use console during fps measurement - it stops time <- fixed?
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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

Notes

Bottom Section