• Dframe stuff
    2 replies, posted
Where can i find a link that shows all Dframe info For garrys mod? i found it once but i cant find it again D:
You can find all Derma Elements here: [url]http://wiki.garrysmod.com/page/VGUI/Elements[/url] Maurits wiki has some more information but isn't updated anymore (as far as I know), but you can see the DFrame here: [url]http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexc281.html[/url]
Here's a link to the default ( Lua based ) panels: [url]https://github.com/garrynewman/garrysmod/tree/master/garrysmod/lua/vgui[/url] If you're looking for all built-in functions from the meta-table, check the link Zephruz gave you, or: [url]https://dl.dropboxusercontent.com/u/26074909/tutoring/metatables/__metatables.lua[/url] and: [url]https://dl.dropboxusercontent.com/u/26074909/tutoring/metatables/__metatables_sorted_func_names.rar[/url] inside cl_panel_metatable.txt shows an alphabetically sorted table of function names for the BASE "Panel" / meta-table which all ispanel( objects ) should inherit.
Sorry, you need to Log In to post a reply to this thread.