Function Entry: VLR-REACTION-NAMES
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-REACTION-NAMES
Name
vlr-reaction-names
Class
BricsCAD Reactor Extension Function
Syntax
(vlr-reaction-names reactorType)
Arguments and Values
- reactorType
- (symbol) specifies the reactor
- type to be queried;
- can be one of these symbols :
- :VLR-AcDb-Reactor
- database reactor
Description
This function returns a list of all available events for reactors of reactorType.
Return Values
list of reactor type specific events
Examples
(vlr-reaction-names ':vlr-object-reactor) returns : (:VLR-SUBOBJMODIFIED :VLR-COPIED :VLR-OBJECTCLOSED :VLR-REAPPENDED :VLR-UNAPPENDED :VLR-MODIFIEDXDATA :VLR-MODIFYUNDONE :VLR-MODIFIED :VLR-OPENEDFORMODIFY :VLR-GOODBYE :VLR-UNERASED :VLR-ERASED :VLR-CANCELLED)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vlr-reaction-names (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlr-reaction-names.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).