User:Anaminus/CRTemplates/Property: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
mNo edit summary
 
>Anaminus
mNo edit summary
Line 1: Line 1:
{{CatUp|Category:Properties}}
<pre>{{CatUp|Category:Properties}}


{{Property|
{{Property|
Line 6: Line 6:
|description = description
|description = description
|object      = [[RBX.lua.object (Class)|object]], ...
|object      = [[RBX.lua.object (Class)|object]], ...
 
|}}


==Example==
==Example==
<pre>
<pre>
-- Example in lua
-- Example in lua
</pre>
<nowiki></pre></nowiki>


<!-- If type is an enum, then -->
<!-- If type is an enum, then -->
Line 17: Line 17:


{{:enum (Enum)}}
{{:enum (Enum)}}
</pre>

Revision as of 08:25, 14 September 2008

{{CatUp|Category:Properties}}

{{Property|
name         = name
|property    = [[type]] ''name''
|description = description
|object      = [[RBX.lua.object (Class)|object]], ...
|}}

==Example==
<pre>
-- Example in lua
<nowiki>

</nowiki>


Enum (Enum)