add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

23
docs/nodes/Number.md Normal file
View File

@@ -0,0 +1,23 @@
# Number
Output a fixed numeric value. When connected to FLOAT inputs the exact value is used; INT inputs round to the nearest integer at execution time.
## Inputs
None.
## Outputs
| Name | Type | Description |
|------|------|-------------|
| value | FLOAT | The numeric value set by the widget |
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| value | FLOAT | 0.0 | The numeric value to output |
## Limitations
- None.