This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Table ====== ===== Description ===== Declares a table value that can be reused as the input to more than one functor, or used as a constant. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Constant | [[Table Type]] | Table value carried by this functor. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Object | [[Table Type]] | The table value provided as this functor's input. | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== This functor passes its input value to its output unmodified, and can be used to feed the same table into more than one functor, or to hold a constant table. ===== Internal Name ===== Table