gr_record_destroy
Syntax:
gr_record_destroy(record);
Argument name | Type | Description |
---|---|---|
record |
Record |
The record to destroy |
Returns: (undefined
) Returns undefined (see example to understand why)
Description:
Destroy the specified gesture record and free up memory.Example:
record = gr_record_destroy(record);