SetCreatorID (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator New page: {{Protected}} {{Method |name=SetCreatorID |arguments=Integer ''userId'', CreatorType ''CreatorType'' |description=Sets the DataModel's CreatorId and [[Cr... |
>ArceusInator No edit summary |
||
Line 2: | Line 2: | ||
{{Method | {{Method | ||
|name=SetCreatorID | |name=SetCreatorID | ||
|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}} | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 21:27, 2 March 2011
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 |