diag screenshot – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added reply)
m (RE: MulleDK13)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


I found a reference to this command in [[BIS_fnc_exportCfgVehicles]] '''line: 244'''. Is it non retail only? what's the scoop. Is it a script variable or function name? Its late so I wont go further in the rabbit hole just yet if I can. I am not on dev branch, not present as of A3 1.30 stable. its syntax as referenced seems to be:<br> '''[[call]] {[[diag_screenshot]] 'exportCfg\ImageName.png';} '''<br>--[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 06:55, 11 October 2014 (CEST)
I found a reference to this command in [[BIS_fnc_exportCfgVehicles]] '''line: 244'''. Is it non retail only? what's the scoop. Is it a script variable or function name? Its late so I wont go further in the rabbit hole just yet if I can. I am not on dev branch, not present as of A3 1.30 stable. its syntax as referenced seems to be:<br> '''[[call]] {[[diag_screenshot]] 'exportCfg\ImageName.png';} '''<br>--[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 06:55, 11 October 2014 (CEST)
:It's a VBS 2 developer command. [[User:MulleDK13|MulleDK13]] ([[User talk:MulleDK13|talk]]) 09:55, 11 October 2014 (CEST)
:It's a VBS 2 command. [[User:MulleDK13|MulleDK13]] ([[User talk:MulleDK13|talk]]) 09:55, 11 October 2014 (CEST)
::upon further investigation I found it is followed by a if (![[cheatsEnabled]]) statement. I dont think it is exclusively a VBS 2 command but rather a Dev only command. to bad though. --[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 18:55, 11 October 2014 (CEST)

Latest revision as of 18:55, 11 October 2014

diag_screenshot: Does this exist and where?

I found a reference to this command in BIS_fnc_exportCfgVehicles line: 244. Is it non retail only? what's the scoop. Is it a script variable or function name? Its late so I wont go further in the rabbit hole just yet if I can. I am not on dev branch, not present as of A3 1.30 stable. its syntax as referenced seems to be:
call {diag_screenshot 'exportCfg\ImageName.png';}
--Benargee (talk) 06:55, 11 October 2014 (CEST)

It's a VBS 2 command. MulleDK13 (talk) 09:55, 11 October 2014 (CEST)
upon further investigation I found it is followed by a if (!cheatsEnabled) statement. I dont think it is exclusively a VBS 2 command but rather a Dev only command. to bad though. --Benargee (talk) 18:55, 11 October 2014 (CEST)