1 parent cb7e0f1 commit 9026d80Copy full SHA for 9026d80
1 file changed
src/Overture.luau
@@ -115,6 +115,8 @@ end
115
@param Index -- The name of the ModuleScript
116
@param NamedImports -- When provided, returns the named variables instead of the entire ModuleScript
117
@return any?
118
+
119
+ @error The library `Index` does not exist! -- Thrown on the server, if no ModuleScript exists with the given name.
120
]=]
121
function Overture:LoadLibrary(Index: string, NamedImports: {string}?)
122
if Libraries[Index] then
0 commit comments