Dota 2 Workshop Tools/Scripting/API/CDOTA BaseNPC.MoveToNPCToGiveItem: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
|||
Line 20: | Line 20: | ||
| handle | | handle | ||
| a | | a | ||
| | | Target | ||
|- | |- | ||
| handle | | handle | ||
| b | | b | ||
| | | Caster | ||
|} | |} |
Revision as of 10:57, 17 September 2014

Function Description
void MoveToNPCToGiveItem(handle a, handle b)
Give an item to another unit.
Parameters
Type | Name | Description |
---|---|---|
handle | a | Target |
handle | b | Caster |