We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when called from
zedit-example-patcher/index.js
Line 77 in c60cdc4
// loads all REFRs that place Weapons records: records: filesToPatch => { let records = filesToPatch.map(f => { return xelib.GetREFRs(f, 'WEAP'); }); return Array.prototype.concat.apply([], records); },
it pass a filename as argument 0, yet in xelib.GetREFRs() the argument 0 is passed on to the dll which requires a integer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when called from
zedit-example-patcher/index.js
Line 77 in c60cdc4
it pass a filename as argument 0, yet in xelib.GetREFRs() the argument 0 is passed on to the dll which requires a integer.
The text was updated successfully, but these errors were encountered: