lovr.filesystem.newBlob
EditCreates a new Blob that contains the contents of a file.
blob = lovr.filesystem.newBlob(filename)
Arguments
Name | Type | Description |
filename | string | The file to load. |
Returns
Name | Type | Description |
blob | Blob | The new Blob. |
Creates a new Blob that contains the contents of a file.
blob = lovr.filesystem.newBlob(filename)
Name | Type | Description |
filename | string | The file to load. |
Name | Type | Description |
blob | Blob | The new Blob. |