Class | Description |
---|---|
Handle | Helper for object-oriented syntax. |
Enum | Description |
---|---|
Handle | Preset Handle values. |
Function | Description |
---|---|
CloneHandle | Clones a Handle. When passing handles in between plugins, caching handles can result in accidental invalidation when one plugin releases the Handle, or is its owner is unloaded from memory. To prevent this, the Handle may be "cloned" with a new owner. |
CloseHandle | Closes a Handle. If the handle has multiple copies open, it is not destroyed unless all copies are closed. |
IsValidHandle |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.