Function TwoDA.recover
Recover a damaged 2DA file
static nwn .twoda .TwoDA .recover recover
(
string filepath
);
static nwn .twoda .TwoDA .recover recover
(
scope in const(ubyte[]) rawData,
in const(string) name = null
);