Closed GoogleCodeExporter closed 9 years ago
wbFormID value resolves to wbInteger when inside Union, which doesn't report
error. Or something like that... I hope hlp will find the reason.
Original comment by zila...@gmail.com
on 14 Feb 2013 at 1:35
The FormID inside wbScriptObject are TwbFormID so they inherit the Check method
from TwbIntegerDef.
TwbFormIDChecked has a Check Method, but it does not verify explicitly if the
FormID is valid, but rather that the signature is valid.
Original comment by HuguesLe...@gmail.com
on 14 Feb 2013 at 9:28
Adapted a simplified version of TwbFormIDChecked.Check as TwbFormID.Check.
Uploaded as r1204
Original comment by HuguesLe...@gmail.com
on 14 Feb 2013 at 10:07
Confirmed to work. Even added a "check for errors" script :)
Original comment by zila...@gmail.com
on 15 Feb 2013 at 3:51
Original issue reported on code.google.com by
executor...@hotmail.com
on 14 Feb 2013 at 1:08