mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
322 B
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 representingspawn.widget_id(uint32) - Integer valuewidget_id.
Returns: None.
Example:
Example Required