CreatorType (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>LPGhatguy
SocialService update!
 
>Flurite
No edit summary
 
(16 intermediate revisions by 3 users not shown)
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]] is a [[CreatorType (Property)|property]] which determines what type of creator created the place. It has 2 numbers:|
|+ <big>The CreatorType [[Enum]] determines what type of creator created the place.</big>
{{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>

Latest revision as of 20:43, 4 January 2012

The CreatorType Enum is a property which 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.