DestroyDataPack
Syntax
native DestroyDataPack(&DataPack:pack);
Usage
| Parameter | Description |
|---|---|
| pack | Datapack handle |
Description
Destroys the datapack and frees its memory.
Return
True if disposed, false otherwise
native DestroyDataPack(&DataPack:pack);
| Parameter | Description |
|---|---|
| pack | Datapack handle |
Destroys the datapack and frees its memory.
True if disposed, false otherwise