Posted 07 August 2013 - 05:28 PM
I was wondering if there is a way to get the methods of an API. I tried:
Thanks in advance
for t,g in pairs(rs) do
print(g)
end
Is there any way to get the exact methods in the api, instead of function: 35adfa03?Thanks in advance