| 
    Arma Reforger Script API
    
   | 
 
  
Protected Member Functions | |
| override void | Run () | 
| string | GetCommandLine () | 
  Protected Member Functions inherited from SCR_VCSBasePlugin | |
| void | ButtonTortoiseSVN () | 
| void | ButtonGitExtensions () | 
| void | ButtonClose () | 
Additional Inherited Members | |
  Protected Attributes inherited from SCR_VCSBasePlugin | |
| string | m_sBlameCommandLine | 
| string | m_sDiffCommandLine | 
| string | m_sLogCommandLine | 
  Static Protected Attributes inherited from SCR_VCSBasePlugin | |
| static const string | TORTOISESVN_BLAME = "TortoiseProc /command:blame /path:\"$path\" /startrev:1 /endrev:-1 /ignoreeol /ignoreallspaces /line:$line" | 
| static const string | TORTOISESVN_DIFF = "TortoiseProc /command:diff /path:\"$path\"" | 
| static const string | TORTOISESVN_LOG = "TortoiseProc /command:log /path:\"$path\"" | 
| static const string | GITEXT_BLAME = "gitex blame \"$path\"" | 
| static const string | GITEXT_DIFF = "gitex difftool \"$path\"" | 
| static const string | GITEXT_LOG = "gitex filehistory \"$path\"" | 
      
  | 
  protected | 
Implemented in SCR_VCSBlamePlugin, SCR_VCSDiffPlugin, and SCR_VCSLogScriptEditorPlugin.
      
  | 
  protected | 
Implemented in SCR_VCSLogResourceManagerPlugin.