We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87177e1 commit f1aa016Copy full SHA for f1aa016
docs/hooks/plugin.lua
@@ -556,7 +556,7 @@ end
556
-- @string path Path to the plugin's folder
557
-- @tab pluginTable Table of the plugin's
558
-- @usage function PLUGIN:DoPluginIncludes(path, pluginTable)
559
--- ix.item.LoadFromDir(path .. "/bombs") -- Includes all Lua files from the folder bombs that is located inside the plugin's folder
+-- ix.item.LoadFromDir(path .. "/bombs") -- Includes folder bombs that is located inside the plugin's folder.
560
-- end
561
function DoPluginIncludes(path, pluginTable)
562
end
0 commit comments