PFActionListPool : ReferenceTarget

PFActionListPool - superclass: ReferenceTarget super-superclass:MAXWrapper - classID: #(1962490632, 515064576) 
注: 内部で使用します。MAXScript では作成できません。

PFActionListPool インタフェース:

メソッド:

<integer>numActionLists()   

アクション リストの数を返します。

   

<node>getActionList <index>index 

所定のインデックスの付いたアクション リスト ノードを返します。

   

<bool>hasActionList <node>node 

所定のノードにアクション リストがある場合は true を返します。

   

<bool>hasActionListByHandle <integer>handle 

ハンドルによって指定されたノードにアクション リストがある場合は true を返します。

   

関連事項