Template:Property: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator My test worked -- I hope this will *crosses fingers and is glad I have an undo button* |
>NXTBoy No edit summary |
||
Line 32: | Line 32: | ||
}} | }} | ||
<pre> | |||
{{Property | |||
|name = Protected Property | |||
|property = [[ProtectedProperty]] ''protectedProperty'' | |||
|description = A protected property that cannot be read or written from scripts. | |||
|object = NonExistantObject | |||
|protected = yes}}</pre> | |||
{{Property | {{Property | ||
|name = Protected Property | |name = Protected Property | ||
|property = [[ProtectedProperty]] ''protectedProperty'' | |property = [[ProtectedProperty]] ''protectedProperty'' | ||
|description = A protected property that cannot be read or | |description = A protected property that cannot be read or written from scripts. | ||
|object = | |object = NonExistantObject | ||
|protected = | |protected = yes}} | ||
[[Category:Object Documentation Templates]] | |||
</noinclude> | </noinclude> |
Revision as of 18:06, 10 January 2011
[[{{{name}}} (Property)|{{{name}}}]] | |
Property | {{{property}}} |
Description | {{{description}}} |
In Objects | [[{{{object}}}]] |
Example Usage
{{Property |name = Name |property = [[String]] ''object's name'' |description = The name of the object. |object = Instance }}
{{Property |name = Protected Property |property = [[ProtectedProperty]] ''protectedProperty'' |description = A protected property that cannot be read or written from scripts. |object = NonExistantObject |protected = yes}}
Protected Property | |
Property | ProtectedProperty protectedProperty |
Description | A protected property that cannot be read or written from scripts. |
In Objects | NonExistantObject |