diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-12 17:35:58 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-12 17:35:58 +0000 |
| commit | d7de122623bd189e99a13869053eddf1608f57ad (patch) | |
| tree | a7ccb5dbdb521bd4031e6e1881cdde0c147aef4b /core | |
| parent | lib/time, lib/util: doc updates (diff) | |
| download | alive-d7de122623bd189e99a13869053eddf1608f57ad.tar.gz alive-d7de122623bd189e99a13869053eddf1608f57ad.zip | |
add :metatype() fwd to Input
Diffstat (limited to 'core')
| -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 |
