RegisterLibrary (Method)

From Legacy Roblox Wiki
Revision as of 17:04, 2 March 2011 by >ArceusInator (New page: {{Locked}} {{Method |name=RegisterLibrary |arguments=String ''libraryName'', Integer ''assetId'' |description=Registers a library from a lua asset rather than a script. This libra...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
RegisterLibrary( String libraryName, Integer assetId )
Returns nil
Description: Registers a library from a lua asset rather than a script. This library can be loaded with LoadLibrary.
Member of: ScriptContext