simple ![code/modules/asset_cache/asset_list.dm 74](git.png)
If you don't need anything complicated.
Vars | |
assets | list of assets for this datum in the form of: asset_filename = asset_file. At runtime the asset_file will be converted into a asset_cache datum. |
---|---|
keep_local_name | TRUE for keeping local asset names when browse_rsc backend is used |
legacy | Set to true to have this asset also be sent via the legacy browse_rsc system when cdn transports are enabled? |
Var Details
assets ![code/modules/asset_cache/asset_list.dm 79](git.png)
list of assets for this datum in the form of: asset_filename = asset_file. At runtime the asset_file will be converted into a asset_cache datum.
keep_local_name ![code/modules/asset_cache/asset_list.dm 84](git.png)
TRUE for keeping local asset names when browse_rsc backend is used
legacy ![code/modules/asset_cache/asset_list.dm 82](git.png)
Set to true to have this asset also be sent via the legacy browse_rsc system when cdn transports are enabled?