consumeWhenDisabled type specified as 'boolean'

This commit is contained in:
hbomb79 2017-01-22 17:12:28 +13:00
parent 6c82cb1b1c
commit 1f2e7f23f2

View file

@ -233,5 +233,5 @@ function Node:animate( ... )
end
configureConstructor {
argumentTypes = { enabled = "boolean", visible = "boolean", disabledColour = "colour", disabledBackgroundColour = "colour" }
argumentTypes = { enabled = "boolean", visible = "boolean", disabledColour = "colour", disabledBackgroundColour = "colour", consumeWhenDisabled = "boolean" }
}