add help docs and ?
This commit is contained in:
23
docs/nodes/Number.md
Normal file
23
docs/nodes/Number.md
Normal 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.
|
||||
Reference in New Issue
Block a user