15 lines
322 B
Markdown
15 lines
322 B
Markdown
### 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
|