Included Libraries???

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
mikesapunk
Posts: 1
Joined: Wed Aug 31, 2005 4:48 am

Included Libraries???

Post by mikesapunk »

Hello all,

Jeez I hope I don't get flamed for this, but are ALL of the standard Lua libraries included in LuaPlayer (math, io, file, etc.)? And for the libraries that are included, are ALL the functions and methods included as well?

The 'functions.txt' file in the doc/ directory of the distro mentions all the LuaPlayer-Specific libraries (graphics, control, etc.) but it doesn't mention what ELSE is included.

Sorry if this has been answered before, doing a search didn't bring-up any info. I supppose I could try putting a bunch of functions in a test script and running it to see what was there, but it would take forever and I hope someone else has at least thought this same question before.

AWESOME job, by the way. I think its really exciting to be able to write and run apps so easily on the PSP. Keep up the good work!

-Mike
chaos
Posts: 135
Joined: Sun Apr 10, 2005 5:05 pm

Post by chaos »

so far i've used math and table without any problems.
Chaosmachine Studios: High Quality Homebrew.
Shine
Posts: 728
Joined: Fri Dec 03, 2004 12:10 pm
Location: Germany

Re: Included Libraries???

Post by Shine »

mikesapunk wrote:Jeez I hope I don't get flamed for this, but are ALL of the standard Lua libraries included in LuaPlayer (math, io, file, etc.)?
Yes.
Post Reply