Scripting question object references

Post Reply
markap
Posts: 10
Joined: Tue May 23, 2017 1:41 pm

Scripting question object references

Post by markap » Wed May 24, 2017 7:34 pm

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!

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Scripting question object references

Post by whasf » Wed May 24, 2017 8:02 pm

look in lua/lua_baseentity.h
-- Whasf

markap
Posts: 10
Joined: Tue May 23, 2017 1:41 pm

Re: Scripting question object references

Post by markap » Wed May 24, 2017 8:06 pm

Danke'

Post Reply