Page 1 of 1

Scripting question object references

Posted: Wed May 24, 2017 7:34 pm
by markap
Is there a document that can show me the objects, along with their methods and properties, for example :

player:PrintToPlayer - besides PrintToPlayer what else does the player object expose?

Id like to find a list, if it exists. Crawling through a ton of scripts and bad searches is really a pain in the butt LOL

Thanks!

Re: Scripting question object references

Posted: Wed May 24, 2017 8:02 pm
by whasf
look in lua/lua_baseentity.h

Re: Scripting question object references

Posted: Wed May 24, 2017 8:06 pm
by markap
Danke'