RegisterDevelopmentLibrary (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus There doesn't need to be an explanation for something that can't be used. |
>Trappingnoobs fixed |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Locked}} | {{Locked}} | ||
{{Method | <onlyinclude>{{Method | ||
|name=RegisterDevelopmentLibrary | |name=RegisterDevelopmentLibrary | ||
|arguments=[[String]] ''libraryName'', [[Instance]] ''linkedScript'' | |arguments=[[String]] ''libraryName'', [[Instance]] ''linkedScript'' | ||
|protected=Yes | |protected=Yes | ||
|description=Creates a library from a formatted script. This library can be loaded from anywhere via [[Function Dump/Roblox Specific Functions#LoadLibrary|LoadLibrary]]. | |description=Creates a library from a formatted script. This library can be loaded from anywhere via [[Function Dump/Roblox Specific Functions#LoadLibrary|LoadLibrary]]. | ||
|object=ScriptContext}} | |object=ScriptContext}}</onlyinclude> | ||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 19:48, 1 February 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
RegisterDevelopmentLibrary( String libraryName, Instance linkedScript ) | |
Returns | nil |
Description: | Creates a library from a formatted script. This library can be loaded from anywhere via LoadLibrary. |
Member of: | ScriptContext |