Template:Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
(No difference)

Revision as of 05:47, 29 February 2012

Example Usage

{{Property
|name        = Name
|type        = {{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        = {{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