Lua function list
Nayruden
Join Date: 2010-02-26 Member: 70749Members
Here's a list of all functions defined from the client side: <a href="http://nayruden.pastebin.com/kvgSLWtP" target="_blank">http://nayruden.pastebin.com/kvgSLWtP</a>
Here's a list of functions under the Server table on the server side: <a href="http://nayruden.pastebin.com/Rk3PUu75" target="_blank">http://nayruden.pastebin.com/Rk3PUu75</a>
I didn't generate a full list of functions on the server because I figure it's pretty similar to the client.
Note that '_G' means the global table, anything under that can be access by calling it directly (IE, tonumber is under _G).
Here's a list of functions under the Server table on the server side: <a href="http://nayruden.pastebin.com/Rk3PUu75" target="_blank">http://nayruden.pastebin.com/Rk3PUu75</a>
I didn't generate a full list of functions on the server because I figure it's pretty similar to the client.
Note that '_G' means the global table, anything under that can be access by calling it directly (IE, tonumber is under _G).
Comments
Uhm, very off topic - but do you post on the Infinity forums? Did the trade simulator?
Sorry - Just saw the name and had to ask :)
Sorry - Just saw the name and had to ask :)<!--QuoteEnd--></div><!--QuoteEEnd-->
No, never heard of it.
Sorry, I was referring to USNavyFish, Not you :)
You can add it you know :p
<a href="http://nayruden.pastebin.com/ynqXWaQT" target="_blank">http://nayruden.pastebin.com/ynqXWaQT</a>
Check out future Subdomain posts <a href="http://nayruden.pastebin.com/archive_subdomain.php?p=1" target="_blank">http://nayruden.pastebin.com/archive_subdomain.php?p=1</a> for updates.
KaNe
One suggestion though - why not use the NS2 wiki rather? Makes more sense as a central place for development info. If you drop off the face of the planet / lose interest in maintaining the git stuff it will be a pain to move to a new platform. Not a criticism at all, just worth considering I think.