Skip to content

setFusion :void

function PluginEssentials.setFusion(fusion: Fusion): ()
Sets the reference for the Fusion library that will be used to create the components.

Warning

Setting the Fusion version to a higher or a lower version than the intended version (0.3) may cause bugs.

Default Syntax

local PluginEssentials = require(...pluginessentials)
PluginEssentials.setFusion(fusionModuleLocation)

Parameters

fusion: Fusion The Fusion library that will be used.

Returns