deprecated IsValidHandle()
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401771
This commit is contained in:
parent
737a359990
commit
41ac66fceb
@ -92,4 +92,5 @@ native Handle:CloneHandle(Handle:hndl, Handle:plugin=INVALID_HANDLE);
|
|||||||
* @param hndl Handle to test for validity.
|
* @param hndl Handle to test for validity.
|
||||||
* @return True if handle is valid, false otherwise.
|
* @return True if handle is valid, false otherwise.
|
||||||
*/
|
*/
|
||||||
|
#pragma deprecated Do not use this function.
|
||||||
native bool:IsValidHandle(Handle:hndl);
|
native bool:IsValidHandle(Handle:hndl);
|
||||||
|
Loading…
Reference in New Issue
Block a user