ME3Explorer.Texplorer2.AddTPFToolsJob C# (CSharp) Method

AddTPFToolsJob() private method

private AddTPFToolsJob ( string replacingPath, uint hash ) : void
replacingPath string
hash uint
return void
        private async void AddTPFToolsJob(string replacingPath, uint hash)
        {
            KFreonTPFTools3 tpftools = await KFreonTPFTools3.GetCurrentInstance();
            int texind = tpftools.LoadExternal(replacingPath, false);
            tpftools.UpdateHashAndReplace(texind, hash, true);
            tpftools.RedrawTreeView();
        }
Texplorer2