Page 1 of 1

Love2D 0.9.1 LuaDocs?

Posted: Wed Jul 30, 2014 4:36 am
by SquareMan
I remember seeing some luadocs that were created a while back for love 0.8.0 but I haven't been able to find any for the newest version. I was wondering if anyone had found some or would be up for creating them. If they don't exist I may considering making them myself. LuaDocs would be very helpful for me because I use Lua Development Tools for love2d.

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Jul 30, 2014 1:37 pm
by Ranguna259
Just use lua.org, or simply search around google.

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Jul 30, 2014 3:21 pm
by dan369
use the wiki is my suggestion; http://www.love2d.org/wiki/Main_Page
Provides a decent enough description on most functions.

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Jul 30, 2014 7:17 pm
by SquareMan
Ranguna259 wrote:Just use lua.org, or simply search around google.
I was talking about LuaDocs specifically for the Love2D Framework, like these: https://github.com/mkosler/LOVELuaDoc but for 0.9.1
dan369 wrote:use the wiki is my suggestion; http://www.love2d.org/wiki/Main_Page
Provides a decent enough description on most functions.
I mainly wanted them for convience. I know Lua itself nearly completely, and most of the Love Framework, but I wanted them for things like auto-complete, intellisense, etc.

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Jul 30, 2014 11:09 pm
by Ranguna259
Then this file could help you.

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Aug 13, 2014 6:15 pm
by Rukiri
What version of Lua is Love2D using? With RGSS(3) it uses 1.9.2 even though Ruby is at 2.1..
Or does the version not matter?

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Aug 13, 2014 9:53 pm
by Roland_Yonaba
LÖVE uses Lua 5.1.
Run this with LÖVE, with the console opened, to check for yourself:

Code: Select all

print("Lua version",_VERSION)

Re: Love2D 0.9.1 LuaDocs?

Posted: Wed Aug 13, 2014 10:32 pm
by slime
Roland_Yonaba wrote:LÖVE uses Lua 5.1.
Well, LuaJIT 2.0 in particular, which is based on Lua 5.1.