ISInterface:RemoveHotkey

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool RemoveHotkey(char *Name)

Purpose

Usage

Parameters

  • char *Name
[in] Name of the hotkey to remove

Return Value

  • bool
Returns true on success, false on failure

Examples

  • pISInterface->RemoveHotkey("test");

See Also