Template:Property

From Legacy Roblox Wiki
Revision as of 08:50, 19 February 2012 by >NXTBoy (Removed protection from "Template:Property": Allow JulienDethurens to make some changes)
Jump to navigationJump to search
[[{{{name}}} (Property)|{{{name}}}]]
Type
Description {{{description}}}
In Object


Example Usage

{{Property
|name        = Name
|type        = String
|description = The name of the object.
|object      = Instance
}}
Name
Type String
Description The name of the object.
In Object Instance
{{Property
|name        = Protected Property
|type        = ProtectedProperty
|description = A protected property that cannot be read or written from scripts.
|object      = NonExistantObject
|protected   = yes}}
Protected Property
Type ProtectedProperty
Description A protected property that cannot be read or written from scripts.
In Object NonExistantObject