SetCreatorID (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator No edit summary |
>Legend26 No edit summary |
||
Line 1: | Line 1: | ||
{{Protected}} | {{Protected}} | ||
{{Method | <onlyinclude>{{Method | ||
|name=SetCreatorID | |name=SetCreatorID | ||
|protected=Yes | |protected=Yes | ||
|arguments=[[Integer]] ''userId'', [[CreatorType (Enum)|CreatorType]] ''CreatorType'' | |arguments=[[Integer]] ''userId'', [[CreatorType (Enum)|CreatorType]] ''CreatorType'' | ||
|description=Sets the [[DataModel]]'s [[CreatorId]] and [[CreatorType (Property)|CreatorType]]. | |description=Sets the [[DataModel]]'s [[CreatorId]] and [[CreatorType (Property)|CreatorType]]. | ||
|object=DataModel}} | |object=DataModel}}</onlyinclude> | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 04:00, 13 January 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SetCreatorID( Integer userId, CreatorType CreatorType ) | |
Returns | nil |
Description: | Sets the DataModel's CreatorId and CreatorType. |
Member of: | DataModel |