Removed incorrect parameter in description

This commit is contained in:
Charles
2021-10-23 11:28:23 -05:00
committed by Nicholas Hastings
parent 30c764e4b3
commit 7650cee459
-1
View File
@@ -171,7 +171,6 @@ methodmap ConVar < Handle
// Retrieves the string value of a console variable. // Retrieves the string value of a console variable.
// //
// @param convar Handle to the convar.
// @param value Buffer to store the value of the convar. // @param value Buffer to store the value of the convar.
// @param maxlength Maximum length of string buffer. // @param maxlength Maximum length of string buffer.
public native void GetString(char[] value, int maxlength); public native void GetString(char[] value, int maxlength);