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