Removed incorrect parameter RemoveChangeHook desc
This commit is contained in:
		
							parent
							
								
									7650cee459
								
							
						
					
					
						commit
						897878f8ae
					
				| @ -250,7 +250,6 @@ methodmap ConVar < Handle | |||||||
| 
 | 
 | ||||||
| 	// Removes a hook for when a console variable's value is changed.
 | 	// Removes a hook for when a console variable's value is changed.
 | ||||||
| 	//
 | 	//
 | ||||||
| 	// @param convar    Handle to the convar.
 |  | ||||||
| 	// @param callback  An OnConVarChanged function pointer.
 | 	// @param callback  An OnConVarChanged function pointer.
 | ||||||
| 	// @error           No active hook on convar.
 | 	// @error           No active hook on convar.
 | ||||||
| 	public native void RemoveChangeHook(ConVarChanged callback); | 	public native void RemoveChangeHook(ConVarChanged callback); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user