diff options
Diffstat (limited to 'core/base/input.moon')
| -rw-r--r-- | core/base/input.moon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/base/input.moon b/core/base/input.moon index 6922a4f..bcf188e 100644 --- a/core/base/input.moon +++ b/core/base/input.moon @@ -72,6 +72,9 @@ class Input --- return the type name of this `Input` (optional). type: => @stream.type + --- return the metatype name of this `Input` (optional). + metatype: => @stream.metatype + --- the current value -- -- @tfield ValueStream stream |
