Advertising (This ad goes away for registered users. You can Login or Register)

LuaDev R0 documentation

Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
Virus
Posts: 26
Joined: Sun May 06, 2012 12:46 pm
Location: In The Matrix
Contact:

LuaDev R0 documentation

Post by Virus »

Hello,

I would like to learn the LuaDev R0, but the official website unfortunately disappeared.

So, can I ask you if you had the documentation of this Lua Player to upload it please ? ^^

Thank you in advance, and sorry for my bad english because I'm french.
Advertising
qwikrazor87
Guru
Posts: 2874
Joined: Sat Apr 21, 2012 1:23 pm
Location: The North Pole

Re: LuaDev R0 documentation

Post by qwikrazor87 »

Here's a link to the undocumented functions at a spanish site.
http://psp.scenebeta.com/node/79445
Advertising
PSP 2001 - TA-085 - 6.61 PRO-C2
PS Vita 3G - PCH-1101 - 3.65 HENkaku Ensō
Alcatel phone - Android 8.1.0
Laptop - Toshiba Satellite L305D-S5974 - Ubuntu 16.04 LTS
Virus
Posts: 26
Joined: Sun May 06, 2012 12:46 pm
Location: In The Matrix
Contact:

Re: LuaDev R0 documentation

Post by Virus »

Wonderful, thank you my dear, I go download it ! :)
saiyan x
Posts: 79
Joined: Mon Oct 31, 2011 1:17 pm
Contact:

Re: LuaDev R0 documentation

Post by saiyan x »

I translated the docs to english a long time ago, if you want to have a look here's the link

http://www.mediafire.com/download/as4qm ... erials.zip
Virus
Posts: 26
Joined: Sun May 06, 2012 12:46 pm
Location: In The Matrix
Contact:

Re: LuaDev R0 documentation

Post by Virus »

Oooh thanks !! You saved me ! :)


=====


I don't understand the timers, can someone explains me please ? :/ This is not "Timer.new()", not "timer.new()", not "timers.new()" and the only things are written is :
timer: timers.
Functions

new timer (int c)
Create a timer.
************************************************** ******************************
Documentation of the functions

Timer timer :: new (int c)
Create a timer.
Parameters:
c blah.
Returns:
Nothing.
Last edited by SMOKE on Sun May 04, 2014 3:26 pm, edited 1 time in total.
Reason: Merged posts
Joel16
Posts: 914
Joined: Wed Oct 12, 2011 8:47 pm

Re: LuaDev R0 documentation

Post by Joel16 »

Hm, yeah I never understood that bit either. If you're asking how it works, I think it would be something like this:

For example:

Code: Select all

T = timer.new() 

T:start() -- Start the timer

while true do
             if T:time() >= 1000 
             -- Whatever you wanna do goes here
             end
end
"Forever in darkness, a guardian devil."
PauLoPDS48
Posts: 7
Joined: Thu Mar 06, 2014 7:32 am
Location: Manila, Philippines
Contact:

Re: LuaDev R0 documentation

Post by PauLoPDS48 »

hey how do you write the functions on mp3, brightness and volume, I don't understand the documentation
PSP 2001 red - ME 6.60 1.8 & PRO 6.60 c2
PSP 2001 black - ME 6.60 1.8 & PRO 6.60 B-10
Sony Laptop - Windows 8
Sony Computer - Windows 7 Ultimate black
Locked

Return to “Programming and Security”