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

 

SAA_actionMarkerDestroy()

Destroys a set of action markers in an .ani element.

set scene [SAA_AllocScene]
set anim [SAA_AllocElem]
.
.
SAA_actionGetNbActionMarkers $scene $anim nbMarkers
set markers [ SAA_AllocSubElem $nbMarkers ]
SAA_actionGetActionMarkers $scene $anim $nbMarkers $markers
SI_Error SAA_actionMarkerDestroy $scene $action $nbMarkers $markers

Parameters

action
An .ani element. To get an .ani element, use SAA_elementGetAction().
nbMarkers
The number of action markers to destroy. To get the total number of action markers of an element, use SAA_actionGetNbActionMarkers().
markers
An array containing the action markers to destroy. To get the action markers of an element, use SAA_actionGetActionMarkers().

SAA Index ] Examples SAA calls index ]

copyright Video-Collage Inc.