Function Entry: CLAL-LIST-INTERACTOR-NAMES
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: CLAL-LIST-INTERACTOR-NAMES
Name
clal-list-interactor-names
Class
clautolisp Extension Function
Syntax
(clal-list-interactor-names)
Arguments and Values
None.
Description
The names of every registered interactor, as a list of strings —
the valid first arguments of clal-define-command. All registered
interactors are listed, stacked or not.
Return Values
A list of strings, e.g.
("ALDO" "NAVI" "LAVI" "INSPECT" "AUTOLISP"); nil unless the
debugger UI is loaded.
Side Effects
None.
Affected By
- Whether the aldo debugger UI is loaded.
- The set of registered interactors.
Exceptional Situations
None.
Examples
(clal-list-interactor-names)
=> ("ALDO" "NAVI" "LAVI" "INSPECT" "AUTOLISP")
Availability
- clautolisp: documented (this entry); implemented since clautolisp 1.4.44.
- AutoCAD: NOT present.
- BricsCAD: NOT present.
Source Notes
- clautolisp-only extension; see this chapter's Overview.