From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
 
- Dumps the bytecode as Arma 3 sees it, in a diff friendly way. Useful for testing custom SQFC compilers.
 
- Groups:
 
- Diagnostic
 
Syntax
- Syntax:
 
- diag_SQFCDebugDump [sourcePath, targetPath]
 - Parameters:
 
- sourcePath: String - Path to file on drive that should be read
 
- targetPath: String - Path to file on drive to output to
 - Return Value:
 
- Code - compiled expression (If parsing was successful)
 
Examples
- Example 1:
 diag_SQFCDebugDump ["P:/test.sqfc", "P:/dump"];
 
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