Dota 2 Workshop Tools/Scripting/API/CBaseEntity.SetParent: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
''' void SetParent(handle '' | ''' void SetParent(handle ''hParent'', string ''pAttachmentname'') ''' | ||
''Set the parent for this entity.'' | ''Set the parent for this entity.'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| handle | | handle | ||
| | | hParent | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| string | | string | ||
| | | pAttachmentname | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 13:31, 19 June 2015

Function Description
void SetParent(handle hParent, string pAttachmentname)
Set the parent for this entity.
Parameters
Type | Name | Description |
---|---|---|
handle | hParent | No Description Set |
string | pAttachmentname | No Description Set |