Regards
Augustas
Edited by augustas656, 20 May 2014 - 07:07 PM.
Posted 20 May 2014 - 07:07 PM
Edited by augustas656, 20 May 2014 - 07:07 PM.
Posted 20 May 2014 - 07:12 PM
Posted 20 May 2014 - 08:00 PM
Posted 20 May 2014 - 09:20 PM
os["pullEvent"] == os.pullEvent os["pullEvent"]() == os.pullEvent()
Posted 20 May 2014 - 09:28 PM
KingofGamesYami, on 20 May 2014 - 09:20 PM, said:
os["pullEvent"] == os.pullEvent os["pullEvent"]() == os.pullEvent()
Posted 20 May 2014 - 09:31 PM
Yevano, on 20 May 2014 - 09:28 PM, said:
KingofGamesYami, on 20 May 2014 - 09:20 PM, said:
os["pullEvent"] == os.pullEvent os["pullEvent"]() == os.pullEvent()
Edited by KingofGamesYami, 20 May 2014 - 09:31 PM.
Posted 21 May 2014 - 05:18 PM
Posted 21 May 2014 - 06:11 PM
augustas656, on 21 May 2014 - 05:18 PM, said:
local t = {}
t["a"] = function() print(5) end
t.a()
Posted 21 May 2014 - 06:37 PM
return{
foo = function( text )
print( text )
end;
test = function( text )
print( #text )
end;
}
Main filelocal api = require( "<API file>" ) api.foo( "bar" )
Edited by TheOddByte, 21 May 2014 - 06:40 PM.
Posted 22 May 2014 - 12:18 AM
TheOddByte, on 21 May 2014 - 06:37 PM, said:
return{
foo = function( text )
print( text )
end;
test = function( text )
print( #text )
end;
}
Main filelocal api = require( "<API file>" ) api.foo( "bar" )
Posted 22 May 2014 - 03:43 PM
apemanzilla, on 21 May 2014 - 06:11 PM, said:
augustas656, on 21 May 2014 - 05:18 PM, said:
local t = {}
t["a"] = function() print(5) end
t.a()
Posted 22 May 2014 - 04:16 PM
augustas656, on 22 May 2014 - 03:43 PM, said:
apemanzilla, on 21 May 2014 - 06:11 PM, said:
augustas656, on 21 May 2014 - 05:18 PM, said:
local t = {}
t["a"] = function() print(5) end
t.a()
Edited by apemanzilla, 22 May 2014 - 04:16 PM.
Posted 23 May 2014 - 09:48 PM
apemanzilla, on 22 May 2014 - 04:16 PM, said:
augustas656, on 22 May 2014 - 03:43 PM, said:
apemanzilla, on 21 May 2014 - 06:11 PM, said:
augustas656, on 21 May 2014 - 05:18 PM, said:
local t = {}
t["a"] = function() print(5) end
t.a()
Edited by augustas656, 23 May 2014 - 09:49 PM.
0 members, 1 guests, 0 anonymous users