vcanim.gif (8357 bytes)SAA_actionGetActionMarkers()
Home ] Sales ] Products ] Services ] Support ] Downloads ]

 

 

 SAA_actionGetActionMarkers()

Gets the action markers from an .ani element.

set scene [SAA_AllocScene]
set anim [SAA_AllocElem]
.
.
set int [ SAA_actionGetNbActionMarkers $scene $anim nbItems . . .
set items [SAA_AllocElem $nbItems]
SAA_actionGetActionMarkers $scene $anim $nbItems $items

Parameters

anim
An .ani element. To get an .ani element, use SAA_elementGetAction().
nbItems
The number of action markers to get. To get the total number of action markers in an .ani element, use SAA_actionGetNbActionMarkers().
items
Returns an array containing the action markers.

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.