PFArrow (const MAXClass): PFArrow

NOTE: For Internal Use Only. Not creatable by MAXScript

PFArrow Interfaces:

Methods:

<bool>setTest <node>action 	 

Sets the test to connect the arrow from.

   

<bool>setActionList <node>actionList   

Sets the action list to connect the arrow to.

   

<node>getTest() 

Returns the test the arrow is connected from.

   

<node>getActionList() 

Returns the Action Test the arrow is connected to.

   

<bool>activate() 

Activates the arrow.

   

<bool>deactivate() 

Deactivates the arrow.

   

<bool>isActive() 

Returns true if the arrow is active, false if it is not.

   

See Also