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

281 B

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