Object:type Gets the type of the object as a string. Function Synopsis
Data:getString Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the full Data as a string.
Data:getSize Gets the Data's size in bytes. Function Synopsis
Data:getPointer Gets a pointer to the Data. Can be used with libraries such as LuaJIT's FFI
Object:typeOf Checks whether an object is of a certain type. If the object has the type with the specified name in its hierarchy, this function will return true. Function