mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
13 lines
269 B
Markdown
13 lines
269 B
Markdown
### Function: GetZonePlayerFirstLevel(zone)
|
|
|
|
**Description:**
|
|
Gets the first players level entering an instance / raid zone.
|
|
|
|
**Parameters:**
|
|
- `zone` (Zone) - Zone object representing `zone`.
|
|
|
|
**Returns:** UInt32 first level of player.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|