Source (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy protected-string isn't a data type. Its the property that makes it protected, not the data type |
>NXTBoy No edit summary |
||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
<onlyinclude> | |||
{{Property| | {{Property | ||
name = Source | |name = Source | ||
|property = [[string]] ''Source'' | |property = [[string]] ''Source'' | ||
|description = The code of a script. It is neither readable nor writable from scripts. | |description = The code of a script. It is neither readable nor writable from scripts. | ||
|object = [[RBX.lua.LocalScript (Object)|LocalScript]], [[RBX.lua.Script (Object)|Script]] | |object = [[RBX.lua.LocalScript (Object)|LocalScript]], [[RBX.lua.Script (Object)|Script]] | ||
}} | }}</onlyinclude> | ||
[[Category:Properties]] | [[Category:Properties]] |
Revision as of 18:34, 28 August 2010
![]() | |
Property | string Source |
Description | The code of a script. It is neither readable nor writable from scripts. |
Member of | [[RBX.lua.LocalScript, Script (Object)|LocalScript, Script]] |