code/__DEFINES/asset_defines.dm 
| URL2HTMLLOADER | Get html to load a url. for use inside of browse() calls to html assets that might be loaded on a cdn. |
|---|---|
| GENERATE_ASSET_NAME | Generate a filename for this asset The same asset will always lead to the same asset name Generated names do not include file extension. |
Define Details
GENERATE_ASSET_NAME 
Generate a filename for this asset The same asset will always lead to the same asset name Generated names do not include file extension.
URL2HTMLLOADER 
Get html to load a url. for use inside of browse() calls to html assets that might be loaded on a cdn.