# Last Created Loot Unit
Grammar — Last created loot unit
Flags —Native
|Function
Returns the last loot unit/item created via the “Drop Loot At Unit” or “Drop Loot At Point” actions. This function ignores units created by other triggers.
Returns — unit
native unit UnitLootLastCreated();
# Related
Category: Loot / Basic
- Create Loot At Unit —
void
— UnitLootDropUnit - Create Loot At Point —
void
— UnitLootDropPoint - Last Created Loot Unit —
unit
— UnitLootLastCreated - Last Created Loot Units —
unitgroup
— UnitLootLastCreatedGroup
# Examples
— None found —