Blob:getPointer
EditReturns a raw pointer to the Blob's data. This can be used to interface with other C libraries using the LuaJIT FFI. Use this only if you know what you're doing!
pointer = Blob:getPointer()
Arguments
None
Returns
Name | Type | Description |
pointer | userdata | A pointer to the data. |