Patcher
from pandac.PandaModules import Patcher
Class : Patcher
Description : Applies a patch synchronously
Inheritance:
Patcher
:
Methods of Patcher:
Patcher (Constructor)
getProgress
initiate
run
Patcher
Patcher::Patcher(void);
Description:
getProgress
float Patcher::get_progress(void) const;
Description:
initiate
int Patcher::initiate(Filename &patch, Filename &infile);
Description:
run
int Patcher::run(void);
Description: