Float_Wire : FloatController
Constructor
Class instances not creatable by MAXScriptAliases
Float_Wire WireFloatFloat_Wire interfaces:
Interface: wireControllerProperties
.numWires: integer : ReadThis property returns the number of wires out of this controller (i.e. the number of dependent params).
.isDriver : boolean : ReadThis property will return True if the wire is a driver predicate, otherwise it will return False .
Prior to 3ds Max 2022 this property was called .isMaster.
.isDriven : boolean : ReadThis property will return True if the wire is a driven predicate, otherwise it will return False .
Prior to 3ds Max 2022 this property was called .isSlave.
.isTwoWay : boolean : ReadThis property will return True if the wire is a two-way predicate, otherwise it will return False .
.drivenAnimation : control : Read|WriteThis property returns a pointer to the driven animation controller and allows you to set the driven animation controller.
Prior to 3ds Max 2022 this property was called .slaveAnimation.
Methods
<maxObject>getWireParent <index>indexThis method returns a pointer to the i-th dependent parameter parent.
<index> index: The index you wish to retrieve.
<index>getWireSubnum <index>indexThis method returns the i-th dependent parameter subanim num in the animatable.
<index>index: The index of the subanim.
<control>getCoController <index>indexThis method returns a pointer to the i-th CoController .
<index>index: The index of the controller.
<string>getExprText <index>indexThis method returns the expression string of the i-th wire parameter.
<index>index: :The index of the parameter.
<void>setExprText <index>index <string>textThis 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.
