-- @/=[C]:-1
function reloadTextures(...)
if object:isSubClassOf("WaterObject") then
object:reloadTextures()
end
obj:reloadTextures()
return true
obj:reloadTextures()
return true
M.onApply = function()
reloadTextures() -- Note that this can be a slow operation.
end