Modding:Active Parts: Difference between revisions

Jump to navigation Jump to search
section
(create)
 
(section)
Line 3: Line 3:


The most crucial concepts to how active parts work are ''subjects'', the objects the part operates on, and ''status'', the part's operational state. The basic form of a part's integration with its <code>IActivePart</code> support is for it to check its status, and if it is operational, to apply its behavior to its subjects.
The most crucial concepts to how active parts work are ''subjects'', the objects the part operates on, and ''status'', the part's operational state. The basic form of a part's integration with its <code>IActivePart</code> support is for it to check its status, and if it is operational, to apply its behavior to its subjects.
==Statuses==


These are the possible active part statuses. Only the status Operational represents working functionality; other statuses are explications of failure modes.
These are the possible active part statuses. Only the status Operational represents working functionality; other statuses are explications of failure modes.
671

edits

Navigation menu