LogicExportOption
classOne exportable signal option shown in the logic GUI
Fields
| Name | Type | Description |
|---|---|---|
| signal | StaticItem | Signal item this option exports |
| use_signal | boolean | Whether the GUI row shows a signal slot |
| enabled | boolean | Initial checkbox state in the GUI |
| label | Loc | Localized row name |
| tooltip | Loc | Localized row tooltip |
Standard members (5)
Generated for every class of this kind by the game's codegen, not written for LogicExportOption.
| LogicExportOption.cast(object) | Trying to cast Object into LogicExportOption |
| LogicExportOption.get_class() | Return LogicExportOption class object |
| LogicExportOption.find(name) | Looks LogicExportOption up in db, nil when there is none |
| LogicExportOption.get(name) | Takes LogicExportOption from db, reports a miss to the log |
| LogicExportOption.reg(name) | Register a new LogicExportOption static object |
Inherited from Prototype (2)
- name Object name
- Prototype:is_valid() Returns false once the underlying engine object has been destroyed
Inherited from Object (1)
- Object:get_class() Class of this object