1
0
EQ2Emu/docs/lua_functions/SetZoneExpansionFlag.md
2025-05-25 21:42:32 -04:00

15 lines
281 B
Markdown

### Function: SetZoneExpansionFlag(zone, xpackFlag)
**Description:**
Set's the current zone expansion flag.
**Parameters:**
- `zone` (Zone) - Zone object representing `zone`.
- `xpackFlag` (uint32) - Integer value `xpackFlag`.
**Returns:** None.
**Example:**
Example Required