fix basic.inc by removing methods already in methodmap by now
This commit is contained in:
parent
58b91973c1
commit
5ae9d004db
@ -783,6 +783,5 @@ public int Native_ClientHasItem(Handle hPlugin, int numParams)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -85,16 +85,6 @@ methodmap Basic < StringMap
|
|||||||
this.SetValue(membername, value);
|
this.SetValue(membername, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool GetString(const char[] membername, char[] buffer, int length)
|
|
||||||
{
|
|
||||||
return this.GetString(membername, buffer, length);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void SetString(const char[] membername, const char[] value)
|
|
||||||
{
|
|
||||||
this.SetString(membername, value);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Handle GetHandle(const char[] membername)
|
public Handle GetHandle(const char[] membername)
|
||||||
{
|
{
|
||||||
Handle value;
|
Handle value;
|
||||||
|
Loading…
Reference in New Issue
Block a user