Lots of small fixes/improvements

This commit is contained in:
BotoX
2017-05-20 05:08:31 +02:00
parent 3912295377
commit 371d1ce242
10 changed files with 40 additions and 76 deletions
+5
View File
@@ -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;