====== MenuPropertyLayoutParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | LayoutPath | ''fixstr'' | ''0x0'' | The layout path for this element. | | | PropertyID | ''u32'' | ''0x10'' | The menu property to link to this element. | This field refers to the following params: [[ac6-refmat:param:MenuPropertySpecParam]] | | CaptionTextID | ''s32'' | ''0x14'' | If a valid text ID is set, this will be displayed in preference to the property name. | This field refers to the following text files: Modern_Menu_Text | | HelpTextID | ''s32'' | ''0x18'' | Only if this is a valid text ID will it be selectable in the field help. | This field refers to the following text files: Modern_Menu_Text | | DisplayCondition | ''u16'' | ''0x1c'' | The display conditions for this element. | This field uses the following enum: MENU_PROPERTY_DISPLAY_CONDITION_TYPE | | reserved | ''dummy8'' | ''0x1e'' | | This field is padding. | ===== Enums ===== ==== MENU_PROPERTY_DISPLAY_CONDITION_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1023'' | Booster only | |