Engine.prependSearchPath

This function prepends a search path to the list of paths where to look for plugins.

See Also: Engine.addSearchPath

class Engine
void
prependSearchPath
(
string moduleDir
,
string dataDir
)

Parameters

moduleDir string

the plugin module directory.

dataDir string

the plugin data directory.

Meta