Merge pull request #288 from klausenbusk/patch-1
Updated KillTimer documentation to reflect "Invalid handles" = runtime error.
This commit is contained in:
		
							parent
							
								
									15b65468ac
								
							
						
					
					
						commit
						f74e357e91
					
				| @ -96,6 +96,7 @@ native Handle:CreateTimer(Float:interval, Timer:func, any:data=INVALID_HANDLE, f | |||||||
|  * @param autoClose			If autoClose is true, the data that was passed to CreateTimer() will |  * @param autoClose			If autoClose is true, the data that was passed to CreateTimer() will | ||||||
|  *							be closed as a handle if TIMER_DATA_HNDL_CLOSE was not specified. |  *							be closed as a handle if TIMER_DATA_HNDL_CLOSE was not specified. | ||||||
|  * @noreturn |  * @noreturn | ||||||
|  |  * @error				Invalid handles will cause a run time error. | ||||||
|  */ |  */ | ||||||
| native KillTimer(Handle:timer, bool:autoClose=false); | native KillTimer(Handle:timer, bool:autoClose=false); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user