This represents the interface for individual wire controllers.
Interface: wireController
Properties:
.numWires : integer : Read
This property returns the number of wires out of this controller (i.e. the number of dependent params).
.isMaster : boolean : Read
This property will return True if the wire is a master predicate, otherwise it will return False.
.isSlave : boolean : Read
This method will return True if the wire is a slave predicate, otherwise it will return False.
.isTwoWay : boolean : Read
This method will return True if the wire is a two-way predicate, otherwise it will return False.
.slaveAnimation : control : Read|Write
This method returns a pointer to the slave animation controller.
This method allows you to set the slave animation controller.
<maxObject>getWireParent <index>index
This method returns a pointer to the i-th dependent parameter parent.
<index>index: The index you wish to retrieve.
<integer>getWireSubnum <index>index
This method returns the i-th dependent parameter subanim num in the animatable.
<index>index: The index of the subanim.
<control>getCoController <index>index
This method returns a pointer to the i-th CoController.
<index>index: The index of the controller.
<string>getExprText <index>index
This method returns the expression string of the i-th wire parameter.
<index>index: The index of the parameter.
<void>setExprText <index>index <string>text
This method allows you to set the expression string of the i-th wire parameter.
<index>index : The index of the parameter
<string>text: The expression you wish to set.
See also Class IbaseWireControl, in the SDK Help file accompanying this product.