-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Wiki scraping #84
Comments
@hahawoo I just tried updating love-atom and ran into an issue because there is a variant missing for: love-api/modules/audio/Audio.lua Line 12 in 5a09fcc
|
I found 4 functions with no variants using this code: api = require('love-api.extra')(require('love-api.love_api'))
for i, v in ipairs(api.allfunctions) do
if #v.variants == 0 then
print(v.fullname)
end
end which found: love.audio.getActiveEffects
ChainShape:getPoints
PrismaticJoint:setLimitsEnabled
PrismaticJoint:setMotorEnabled
I've updated the table. Hopefully it will work now! :) |
KeyConstant isn't currently scraped correctly. |
|
I've finally made a wiki scraper, which means (ideally) we don't have to manually edit the table anymore.
It's not perfect, for example it doesn't scrape modules for their names and descriptions.
The text was updated successfully, but these errors were encountered: