View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 03-19-2016 , 02:39   Re: Dynamic Objects and Properties - v007 - [2016.03.19]
Reply With Quote #36

Version 0.0.8 released
- Added support for naming dynamic objects
- Updated example plugin to show usage of naming objects
- Dispose now supports automatic disposing of disposable members

Code:
public bool SetName(const char[] objectname, bool replace=false)
public static Dynamic FindByName(const char[] objectname)
Code:
// You can name a dynamic object
someobj.SetName("someobj");

// So another plugin can access it like so
someobj = Dynamic.FindByName("someobj");
Github Changes
__________________
Neuro Toxin is offline