AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [question] about close handle (https://forums.alliedmods.net/showthread.php?t=52862)

jopmako 03-21-2007 04:11

[question] about close handle
 
When should we use CloseHandle()?
or what type of handle should we close by self?

Does all handles are automatic closed when plugin unloaded or reloaded?

thanks.

faluco 03-21-2007 07:30

Re: [question] about close handle
 
you should close all handles by default unless specified in the native description.
For example timer handles are auto closed when the timer ends.
Yes, handles are auto closed on plugin unload.

BAILOPAN 03-21-2007 11:36

Re: [question] about close handle
 
In addition, you may want to read this article, which explains closing in detail:

http://wiki.alliedmods.net/index.php...d_Scripting%29

jopmako 03-22-2007 01:36

Re: [question] about close handle
 
nice man, thx.


All times are GMT -4. The time now is 18:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.