lovr.filesystem.isFused
EditReturns whether the current project source is fused to the executable.
fused = lovr.filesystem.isFused()Arguments
None
Returns
| Name | Type | Description |
| fused | boolean | Whether or not the project is fused. |
Returns whether the current project source is fused to the executable.
fused = lovr.filesystem.isFused()None
| Name | Type | Description |
| fused | boolean | Whether or not the project is fused. |