OpenRA.ModContent.ModPackage.IsInstalled C# (CSharp) Method

IsInstalled() public method

public IsInstalled ( ) : bool
return bool
            public bool IsInstalled()
            {
                return TestFiles.All(file => File.Exists(Path.GetFullPath(Platform.ResolvePath(file))));
            }
ModContent.ModPackage