Source (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
No edit summary
>Trappingnoobs
fixed
 
(19 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
There are two different ''Source'' properties as shown below.
<onlyinclude>
<onlyinclude>
{{Property
{{:Source (Property)/script}}
|name = Source
{{clear floats}}
|property = [[string]] ''Source''
 
|description = The code of a script. It is neither readable nor writable from scripts.
{{:Source (Property)/customeventreceiver}}
|object = [[RBX.lua.LocalScript (Object)|LocalScript]], [[RBX.lua.Script (Object)|Script]]
{{clear floats}}
}}</onlyinclude>
</onlyinclude>


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 20:37, 1 February 2012

There are two different Source properties as shown below.

Source
Property ProtectedString Source
Description The code of a script. It is neither readable nor writable from scripts.
Member of Script


Source
Property CustomEvent Source
Description Attaches the Receiver object to a CustomEvent.
Member of CustomEventReceiver