1
0
EQ2Emu/docs/lua_functions/RemoveWidgetFromSpawnMap.md

322 B

Function: RemoveWidgetFromSpawnMap(spawn, widget_id)

Description: Removes the widget from the map (line of sight and heightmap checks).

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.
  • widget_id (uint32) - Integer value widget_id.

Returns: None.

Example:

Example Required