Arma Reforger Script API
|
Basic Code Formatter file report - databag. More...
Public Member Functions | |
bool | IsClean () |
Check if the report has anything... to report. | |
void | SCR_BasicCodeFormatterPluginFileReport (string relativeFilePath, bool isPluginFile) |
Basic Code Formatter file report - databag.
void SCR_BasicCodeFormatterPluginFileReport.SCR_BasicCodeFormatterPluginFileReport | ( | string | relativeFilePath, |
bool | isPluginFile ) |
bool SCR_BasicCodeFormatterPluginFileReport.IsClean | ( | ) |
Check if the report has anything... to report.
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aAutoKeywordFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aAutoptrKeywordFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aBadScriptInvokerFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aBadSeparatorFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aBadVariableNamingFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aDiffLines |
can be null
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aDivideByXFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aDoubleEmptyLineFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aFixedIndentations = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aNewArrayFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aNewWithoutParentheseFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aNonPrefixedClassOrEnumFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aOneLinerFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aTrimmings = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aUnscopedLoopFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aUselessRefFound = {} |
ref array<int> SCR_BasicCodeFormatterPluginFileReport.m_aWildPrintFound = {} |
bool SCR_BasicCodeFormatterPluginFileReport.m_bHasAddedFinalLineReturn |
bool SCR_BasicCodeFormatterPluginFileReport.m_bIsPluginFile |
int SCR_BasicCodeFormatterPluginFileReport.m_iDiffTime = -1 |
int SCR_BasicCodeFormatterPluginFileReport.m_iEndSpacesRemovedTotal |
int SCR_BasicCodeFormatterPluginFileReport.m_iFormatTime = -1 |
int SCR_BasicCodeFormatterPluginFileReport.m_iFourSpacesReplacedTotal |
int SCR_BasicCodeFormatterPluginFileReport.m_iGeneralFormattingTotal |
int SCR_BasicCodeFormatterPluginFileReport.m_iLinesEdited |
int SCR_BasicCodeFormatterPluginFileReport.m_iLinesTotal |
int SCR_BasicCodeFormatterPluginFileReport.m_iMethodSeparatorFixedTotal |
int SCR_BasicCodeFormatterPluginFileReport.m_iReadTime = -1 |
int SCR_BasicCodeFormatterPluginFileReport.m_iSpaceInTabsReplacedTotal |
ref map<string, ref array<int> > SCR_BasicCodeFormatterPluginFileReport.m_mForbiddenWordFound = new map<string, ref array<int>>() |
string SCR_BasicCodeFormatterPluginFileReport.m_sRelativeFilePath |