LoadWaterFromPath
Docslocal retval = LoadWaterFromPath(resourceName, fileName)Description
Define the xml in a resources fxmanifest, under the file(s) section.
Parameters
| Name | Type | Description |
|---|---|---|
resourceName | char* | The name of the resource containing your modified water definition |
fileName | char* | The name of the file |
Returns
BOOLReturns TRUE (1) or FALSE (0).
Examples
Official
local success = LoadWaterFromPath('my-resource-name', 'water-all-over-the-place.xml')