diag screenshot – Talk
Jump to navigation
Jump to search
(→diag_screenshot: Does this exist and where?: new section) |
m (RE: MulleDK13) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== [[diag_screenshot]]: Does this exist and where? == | == [[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. --[[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 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 17: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)