====== Extract Struct Table====== ===== Description ===== Extract a table from a Struct by it's name. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Struct | [[struct_type|Struct]] | Struct to extract the table from. | | Name| [[string_type|String]] | Table name on struct. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Table | [[table_type|Table]] | Extracted table. | ===== Group ===== [[Functor List#Integration | Integration]] ===== Internal Name ===== ExtractStructTable