lemurboy12 / hl2sb

Automatically exported from code.google.com/p/hl2sb
0 stars 0 forks source link

addon library fails to display loaded addons #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install addon(s)
2. Start mod
2. Open console
3. Enter "lua_dostring(_cl) for k, v in pairs( addon.getaddons() ) do print( k, 
v ) end

What is the expected output? What do you see instead?
You should see a list of the addons you currently have installed. Nothing is 
displayed.

Game code does not yet communicate with this Lua module to inform it of what 
addons are installed.

Original issue reported on code.google.com by mcwattersandrew@gmail.com on 19 Aug 2012 at 7:02

GoogleCodeExporter commented 9 years ago
The addon module has been removed; the architecture of the Source Engine Lua 
SDK doesn't really allow for this to be implemented trivially.

Original comment by mcwattersandrew@gmail.com on 29 Mar 2013 at 12:49