LoadLibrary (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Created page with "<onlyinclude>{{Function |name = LoadLibrary |arguments = string <var>library</var> |returns = RbxLibrary |description = Loads a library and returns it. }}</onlyinclude..."
 
>JulienDethurens
Created page with "<onlyinclude>{{Function |name = LoadLibrary |arguments = string <var>library</var> |returns = RbxLibrary |description = Loads a library and returns it. }}</onlyinclude..."
(No difference)

Revision as of 06:25, 7 February 2012

LoadLibrary( string library )
Returns RbxLibrary
Description: Loads a library and returns it.


See Also