forked from UNLOZE/sm-plugins
Lots of small fixes/improvements
This commit is contained in:
@@ -38,6 +38,11 @@ methodmap Basic < StringMap
|
||||
return view_as<Basic>(new StringMap());
|
||||
}
|
||||
|
||||
public void Dispose(bool disposemembers=true)
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
|
||||
public int GetInt(const char[] membername, int defaultvalue=-1)
|
||||
{
|
||||
int value;
|
||||
|
||||
Reference in New Issue
Block a user