|
|
|
SAA_animationItemGetTargetElemnames()Gets the names of the target elements of the animation items of an .ani element. set scene [SAA_AllocScene] set action [SAA_AllocElem] . . SAA_actionGetNbAnimationItems $scene $action $SAA_Constants(SAA_ANIMITEM_TYPES) nbItems set items [ SAA_AllocSubElem $nbItems ] SAA_actionGetAnimationItems $scene $anim $nbItems $items set lengths [ SAA_AllocInt $nbItems ] SAA_animationItemGetTargetElemnameLengths $scene $anim $nbItems $items $lengths # nameLengths include trailing NULL set names [ SWU_emptyStringList nameLengths ] SAA_animationItemGetTargetElemnames $scene $anim $nbItems $items $lengths $names Parameters
|
|
copyright Video-Collage Inc. |