A function defined in BBMOD_Resource.gml
from_file(_file[, _sha1])
Loads the resource from a file.
Name | Type | Description |
---|---|---|
_file | String |
The path to the file. |
_sha1 | String |
Expected SHA1 of the file. If the actual one does not match with this, then the resource will not be loaded. Use undefined if you do not want to check the SHA1 of the file. |
Struct.BBMOD_Resource
Returns self
.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.