eq2emu/docs/lua_functions/RemoveWidgetFromSpawnMap.md

15 lines
322 B
Markdown
Raw Permalink Normal View History

### Function: RemoveWidgetFromSpawnMap(spawn, widget_id)
2025-05-04 14:34:15 -04:00
**Description:**
Removes the widget from the map (line of sight and heightmap checks).
2025-05-04 14:34:15 -04:00
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
- `widget_id` (uint32) - Integer value `widget_id`.
2025-05-04 14:34:15 -04:00
**Returns:** None.
**Example:**
Example Required