bz_deleteFloatList()
Available since 2.4.0
To safely work with STL objects across the DLL boundary, a bz_APIFloatList* owned by the BZFS process is used to share data between plug-ins and BZFS.
Delete a float list that was allocated by BZFS.
Usage
void bz_deleteFloatList(bz_APIFloatList* list)
Parameters | ||
---|---|---|
bz_APIFloatList* |
list
|
The list to delete |
Other API Lists Functions
This content is maintained on GitHub. We welcome any feedback and improvements!