• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.3 Functions List June/2021

Codinablack

Dreamer
Content Editor
Joined
Dec 26, 2013
Messages
1,557
Solutions
11
Reaction score
774
Hey everyone, I know this list is long sought after, and that many people just want to tell everyone to look in luascript.cpp, but if you are like me, that is still more time and bs than its worth, I prefer an old school text or lua (syntax highlighting thank you) file with a LIST of the functions, sorted and grouped by their types, and with parameters included as little examples.

Today I bring you exactly that, up to date with most current TFS as of this date, the functions were copied via "Find All" selection in VS, and I used the //comments to find them, so if anything is missing, its because the developers didn't include a comment for the method, please message here with any functions missing if you find any, and I will update.

please don't ask me questions about the list and the parameters, how this or that works, ect., if you have those kinds of questions, please follow protocol and open a support thread.

There may be small little errors such as two functions being on same line, or extra spaces and numbers after the function... I tried to correct them all
 

Attachments

Edited main post to fix a few more errors I found with stuff on same line and what not.
 
This deserves a link in our Tools section!

The only problem link doesn't work, but I'm hacker so I removed .cpp from the link and it worked ;)
ah yeah i changed the directory because i wanted to sort of namespace it under /tfs/, i also made /tfs/enums/ as well as renamed luascript to /tfs/luascript/, i'll go ahead and post it in resources either way (i think u mean tools tab tho? idk)
 
Last edited:
ah yeah i changed the directory because i wanted to sort of namespace it under /tfs/, i also made /tfs/enums/ as well as renamed luascript to /tfs/luascript/, i'll go ahead and post it in resources either way (i think u mean tools tab tho? idk)

Yeah I meant the Tools tab that is on every page.
 
this isn't full list btw

more functions are registered from lib and scripts folders across entire datapack
 
Back
Top