Template:Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Fixed appearance. I agree it wasn't looking really that good.
>JulienDethurens
Fixed appearance. I agree it wasn't looking really that good.
(No difference)

Revision as of 13:35, 19 February 2012

[[{{{name}}} (Property)|{{{name}}}]]
Type
Description {{{description}}}
Member of


Example Usage

{{Property
|name        = Name
|type        = String
|description = The name of the object.
|object      = Instance
}}
Name
Type String
Description The name of the object.
Member of 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.
Member of NonExistantObject