ConfigNodePatchMakeFromConfig Method  | 
 Makes a patch form the config.
 
    Namespace: 
   KSPDev.ConfigUtils
    Assembly:
   KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntaxpublic static ConfigNodePatch MakeFromConfig(
	UrlDirUrlConfig config
)
 Request Example
		View SourceParameters
- config
 - Type: (Default Namespace)UrlDirUrlConfig
The config to make the pacth from. 
Return Value
Type: 
ConfigNodePatch
            The patch node. It's never 
null, but if some fields cannot be read, they will remain
            uninitialized.
            
RemarksSome sanity checks are done when loading, so this method can throw.
See Also