Removed incorrect parameter in description
This commit is contained in:
		
							parent
							
								
									30c764e4b3
								
							
						
					
					
						commit
						7650cee459
					
				@ -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);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user