Blob:getPointer

Edit

Returns 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

NameTypeDescription
pointeruserdata A pointer to the data.

See also