डिक्लेरेशन
func AddItem(target entity<Player>, item ItemIDType, count int, out var createdEntity List<entity<Entity>>)
go
पैरामीटर्स
इनपुट
| नाम | टाइप | विवरण |
|---|---|---|
| Target | Player | Player |
| Item | ItemGoodsIDType | Item ID |
| Count | Int | Item amount |
आउट
| नाम | टाइप | विवरण |
|---|---|---|
| Created Entity | ListT_Entity | A list of items added for the player. Even if only one item is added, it is returned as a list. |