Difference between revisions of "ISInterface:RemoveHotkey"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
===Syntax=== | ===Syntax=== | ||
− | + | *bool RemoveHotkey(char *Name) | |
== Purpose == | == Purpose == | ||
== Usage == | == Usage == | ||
=== Parameters === | === Parameters === | ||
− | + | *char *Name | |
+ | :'''[in]''' Name of the hotkey to remove | ||
=== Return Value === | === Return Value === | ||
− | + | *bool | |
+ | :Returns true on success, false on failure | ||
== Examples == | == Examples == | ||
− | + | *pISInterface->RemoveHotkey("test"); | |
== See Also == | == See Also == | ||
* [[ISXDK:ISInterface|ISInterface]] | * [[ISXDK:ISInterface|ISInterface]] | ||
− | + | * [[ISInterface:AddHotkey|AddHotkey]] | |
[[Category:ISXDK]] | [[Category:ISXDK]] | ||
[[Category:ISInterface]] | [[Category:ISInterface]] |
Latest revision as of 22:52, 2 September 2005
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");