SetCreatorID (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>JulienDethurens
No edit summary
Line 1: Line 1:
{{Protected}}
{{Protected}}
{{Deprecated|Use [[SetCreatorId (Method)|SetCreatorId]] instead.}}
<onlyinclude>{{Method
<onlyinclude>{{Method
|name=SetCreatorID
|name=SetCreatorID
|protected=Yes
|protected=Yes
|arguments=[[Integer]] ''userId'', [[CreatorType (Enum)|CreatorType]] ''CreatorType''
|arguments={{type|int}} <var>creatorID</var> {{type|enum=CreatorType}} <var>creatorType</var>
|description=Sets the [[DataModel]]'s [[CreatorId]] and [[CreatorType (Property)|CreatorType]].
|description=Sets the {{type|instance=DataModel}}'s [[CreatorId (Property)|CreatorId]] and [[CreatorType (Property)|CreatorType]].
|object=DataModel}}</onlyinclude>
|object=DataModel}}</onlyinclude>
[[Category:Methods]]
[[Category:Methods]]

Revision as of 08:08, 19 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