1
0
EQ2Emu/docs/lua_functions/GetLootTier.md

14 lines
233 B
Markdown

### Function: GetLootTier(spawn)
**Description:**
Gets the loot tier of the spawn.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** UInt32 value of the loot tier.
**Example:**
Example Required