@database "anim_dtc"
@master "AMIDEV:NDK/Autodocs/anim_dtc.doc"

@Node Main "anim_dtc.doc"
@toc "Autodocs/AG/INDEX/Main"
    @{" anim.datatype() " Link "anim.datatype()"}
@EndNode

@Node "anim.datatype()" "anim.datatype/anim.datatype"

@{b}    NAME@{ub}
	anim.datatype -- data type for ANIM movies.

@{b}    FUNCTION@{ub}
	The anim data type, a sub-class of the movie.datatype, is used
	to load ANIM files.

@{b}    METHODS@{ub}
	@{"OM_NEW" Link "tabs_gc/OM_NEW"} -- Create a new movie object from an ANIM.  The
	    source must be a file.

	ADTM_LOADFRAME -- Load a specific frame of the ANIM. The frame
	    is specified in the alf_Frame member of the @{"adtFrame" Link "INCLUDE:datatypes/animationclass.h/Main" 205} structure,
	    see @{"<datatypes/animationclass.h>" Link "INCLUDE:datatypes/animationclass.h/Main" 0} (V44)

	ADTM_UNLOADFRAME -- forcibly unload all the data of the current
	    frame and release its resources. (V44)

	ADTM_START -- Start playing an animation.

	OM_DISPOSE -- dispose all resources.

@{b}    SEE ALSO@{ub}
	@{"animation.datatype" Link "animation_dtc/animation.datatype()"}

@EndNode

