eq2emu/docs/lua_functions/GetZonePlayerFirstLevel.md

14 lines
269 B
Markdown
Raw Permalink Normal View History

### Function: GetZonePlayerFirstLevel(zone)
2025-05-04 14:34:15 -04:00
**Description:**
Gets the first players level entering an instance / raid zone.
2025-05-04 14:34:15 -04:00
**Parameters:**
- `zone` (Zone) - Zone object representing `zone`.
2025-05-04 14:34:15 -04:00
**Returns:** UInt32 first level of player.
2025-05-04 14:34:15 -04:00
**Example:**
Example Required