world.WindowDeleteAllHotspots

MUSHclient script function (Method) — introduced in version 4.34

Deletes all hotspots from a miniwindow

Prototype

long WindowDeleteAllHotspots(BSTR WindowName);

Data type meanings

Description

This deletes all hotspots from the miniwindow.

WindowName - the name of an existing miniwindow.

For more information, see:

http://www.gammon.com.au/mushclient/mw_hotspots.htm

Lua example

WindowDeleteAllHotspots (win);

Return value

eNoSuchWindow - no such miniwindow
eOK - completed OK

Return code meanings

Related topic

MiniWindows

See also

FunctionDescription
WindowAddHotspotAdds a hotspot to a miniwindow
WindowCreateCreates a miniwindow
WindowDeleteHotspotDeletes a hotspot from a miniwindow
WindowHotspotInfoReturns information about a hotspot
WindowHotspotListLists all hotspots installed into a miniwindow