SetCreatorID (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator No edit summary |
>JulienDethurens No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Protected}} | {{Protected}} | ||
{{Method | {{Deprecated|alternative=[[SetCreatorId (Method)|SetCreatorId]]}} | ||
<onlyinclude>{{Method | |||
|name=SetCreatorID | |name=SetCreatorID | ||
|protected=Yes | |protected=Yes | ||
|arguments= | |arguments={{type|int}} <var>creatorID</var> {{type|enum=CreatorType}} <var>creatorType</var> | ||
|description=Sets the | |description=Sets the {{type|instance=DataModel}}'s [[CreatorId (Property)|CreatorId]] and [[CreatorType (Property)|CreatorType]]. | ||
|object=DataModel}} | |object=DataModel}}</onlyinclude> | ||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 01:02, 28 February 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
Deprecated:This item is deprecated. Do not use it for new work. Use SetCreatorId instead.
SetCreatorID( int creatorID CreatorType creatorType ) | |
Returns | nil |
Description: | Sets the DataModel's CreatorId and CreatorType. |
Member of: | DataModel |