Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VersionControl.Provider.requiresNetwork

static var requiresNetwork: bool;
static bool requiresNetwork;
static requiresNetwork as bool

Description

This is true if a network connection is required by the currently selected version control plugin to perform any action.

E.g. before doing anything using Perforce you need to checkout the asset, in order to do that a connection to the server is required where as subversion does not require access to the server to do changes to an asset.