From d7de122623bd189e99a13869053eddf1608f57ad Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 12 Apr 2020 19:35:58 +0200 Subject: add :metatype() fwd to Input --- core/base/input.moon | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/base') 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 -- cgit v1.2.3