CreatorType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Trappingnoobs
Goes along with new Enum scheme now.
>Trappingnoobs
Follows new enum syntax.
Line 1: Line 1:
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{{Enum|The CreatorType [[Enum]] determines what type of creator created the place. It has 2 numbers:|
{{EnumTitle|colspan=3|The CreatorType [[Enum]] determines what type of creator created the place.}}
{{Enum/row|0|User|Defines a place created by a ROBLOX user.}}
|-
{{Enum/row|1|Group|Defines a place created by a ROBLOX group.}}
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
}}<noinclude>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|0
|User
|Defines a place created by a ROBLOX user.
|-
|1
|Group
|Defines a place created by a ROBLOX group.
|}<noinclude>
[[Category:Enums]]</noinclude>
[[Category:Enums]]</noinclude>

Revision as of 20:47, 20 July 2011

The CreatorType Enum determines what type of creator created the place. It has 2 numbers:
Enum Name Description
0 User Defines a place created by a ROBLOX user.
1 Group Defines a place created by a ROBLOX group.