Function Entry: VLR-CURRENT-REACTION-NAME
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-CURRENT-REACTION-NAME
Name
vlr-current-reaction-name
Class
Reactor introspection function
Syntax
(vlr-current-reaction-name)
Description
Returns the name of the current event when called from within a reactor callback.
Return Values
Symbol naming the current reaction, or nil outside a callback context.
Side Effects
None.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vlr-data (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2023/ENU/AutoCAD-AutoLISP-Reference/files/GUID-3DEDE2D3-7A27-4C51-A47D-C2A6661C1125.htm)
- [About Querying and Modifying Reactors (AutoLISP/ActiveX)](https://help.autodesk.com/cloudhelp/2024/FRA/AutoCAD-AutoLISP/files/GUID-8A2E5A06-9479-4E9D-B99A-9D4DC79BD77E.htm)
- Status: documented.