Records a dependency between Part+RuleName pairs. In normal operation, Intent records dependencies between "slots" (See Note) automatically. No action is required by the rule writer. However, there are certain instances where it is desirable to explicitly declare a dependency, typically when operations occur outside of Intent's control, or through a side-effect.
noteSideEffect ( modifyingPart As Part, _ modifyingSlot As Name, _ modifiedPart As Part, _ modifiedSlot As Name ) As Integer
Argument | Type | Description |
---|---|---|
modifyingPart | Part | The Part owning the slot causing the modification. |
modifyingSlot | Name | The name of the slot causing the modification. |
modifiedPart | Part | The Part being modified. |
modifiedSlot | Name | The name of the slot being modified. |