Search found 3 matches
- Thu Jan 12, 2017 6:35 pm
- Forum: Libraries and Tools
- Topic: IceGT_'s Hook System and Table extensions
- Replies: 4
- Views: 4057
Re: IceGT_'s Hook System (and other extensions)
Thanks for pointing that out, the issue with table.empty was def an overlook on my part - table.copy was just me forgetting that circular references exist (whoops). I've pushed the following fixes, though I want your opinion on how the table.copy fix handles stuff, if you don't mind. This is adapted...
- Thu Jan 12, 2017 3:33 am
- Forum: Libraries and Tools
- Topic: IceGT_'s Hook System and Table extensions
- Replies: 4
- Views: 4057
Re: IceGT_'s Hook System (and other extensions)
Just added tables, but it's getting a bit too late for me to implement sorting stuff tonight, so that bit should be out tomorrow if all goes well.
- Wed Jan 11, 2017 7:59 am
- Forum: Libraries and Tools
- Topic: IceGT_'s Hook System and Table extensions
- Replies: 4
- Views: 4057
IceGT_'s Hook System and Table extensions
Hi, this would be my first post. What I have to offer is... Hooks - https://github.com/icegt95/icegts_love2d_extensions/blob/master/e_hook.lua ...another hook system that I'm currently using in a project I hope to get greenlit this year, which is kinda like the one GMod uses, but kinda not - the mai...