IO type variant
(Redirected from RedirectInput/variant)
Jump to navigation
Jump to search

This is a draft page. It is a work in progress open to editing by anyone.
Remember to check for any notes left by the tagger at this article's talk page.
Remember to check for any notes left by the tagger at this article's talk page.
Outputs of type variant
Output of this type is equivalent to void as it passing its value is either left unimplemented or bugged. In Mapbase this type of output can fire varying types based on how it's fired in entity's code.
Inputs of type variant
Input of this type accepts a value from output of any type without conversion taking place beforehand. Input code can then do the conversion as it needs.
Notable ones are mostly logic_case and logic_multicompare as filter's TestActivator input doesn't do anything with its parameter (are there any filters that do ?[confirm])