get_constants
Look up LSL constants by category or exact name. Browse available categories or search for specific values.
Instructions
Return LSL constants, optionally filtered by category or name.
Call with no arguments to see available categories and total count. Use category to browse a group (e.g. "permissions", "prim_params"). Use name for a direct lookup (e.g. "NULL_KEY", "PERMISSION_TAKE_CONTROLS").
Args: category: Optional category filter. See response for valid categories. name: Optional exact constant name. Takes precedence over category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| name | No |