BIS fnc fps: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
m (1 revision) |
(No difference)
|
Revision as of 14:47, 25 July 2014
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