diag captureFrame: Difference between revisions
Jump to navigation
Jump to search
(Added page) |
Lou Montana (talk | contribs) m (Text replacement - "{{Feature|Important|" to "{{Feature|important|") |
||
(41 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa |= | |game1= arma2oa | ||
|version1= 1.63 | |||
|1. | |game2= arma3 | ||
|version2= 1.00 | |||
| | |branch= diagnostic profiling | ||
| | |gr1= Diagnostic | ||
| | |gr2= Performance Profiling | ||
| [[ | |descr= This command starts counting frames from the moment it is executed and when the count reaches the number passed as param, the current frame is captured and captured data UI dialog appears, similar to [[diag_captureSlowFrame]]. This can also be executed on a dedicated Server and because a Server has no UI it will behave like [[diag_captureFrameToFile]]. | ||
{{Feature|important|BattlEye's RCON variant of this command is '''#captureFrame'''}} | |||
| | |||
| [[ | |s1= [[diag_captureFrame]] frame | ||
|p1= frame: [[Number]] - next n-th frame to be captured | |||
|r1= [[Nothing]] | |||
< | |x1= <sqf>diag_captureFrame 1; // capture the first frame after command execution</sqf> | ||
</ | |||
< | |x2= <sqf>diag_captureFrame 24; // capture 24th frame after command execution</sqf> | ||
[[ | |seealso= [[Arma 3: Diagnostics Exe]] [[Performance Profiling]] [[diag_captureSlowFrame]] [[diag_logSlowFrame]] [[logEntities]] [[exportJIPMessages]] [[diag_captureFrameToFile]] | ||
[[ | }} | ||
[[ |
Latest revision as of 00:24, 2 February 2024
Description
- Description:
- This command starts counting frames from the moment it is executed and when the count reaches the number passed as param, the current frame is captured and captured data UI dialog appears, similar to diag_captureSlowFrame. This can also be executed on a dedicated Server and because a Server has no UI it will behave like diag_captureFrameToFile.
- Groups:
- DiagnosticPerformance Profiling
Syntax
- Syntax:
- diag_captureFrame frame
- Parameters:
- frame: Number - next n-th frame to be captured
- Return Value:
- Nothing
Examples
- Example 1:
- diag_captureFrame 1; // capture the first frame after command execution
- Example 2:
- diag_captureFrame 24; // capture 24th frame after command execution
Additional Information
- See also:
- Arma 3: Diagnostics Exe Performance Profiling diag_captureSlowFrame diag_logSlowFrame logEntities exportJIPMessages diag_captureFrameToFile
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
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.63
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Arma 3: Scripting Commands: Diagnostic Branch
- Arma 3: Scripting Commands: Profiling Branch
- Arma 3: Scripting Commands
- Command Group: Diagnostic
- Command Group: Performance Profiling