Name
GetAnimFormat -- get anim format name (V10.0)
Synopsis
STRPTR name = GetAnimFormat(APTR handle);
Function
This function is optional and must only be implemented if the HWEXT_ANIM_FORMAT extension bit has been set. See Extension plugins for details. If that is the case, this function must return the format name of the anim file handle passed in handle. The string returned by this function can be retrieved from Hollywood scripts by querying the #ATTRFORMAT attribute on #ANIM objects. The string you return must be valid until CloseAnim() is called on the anim handle passed to this function.

Inputs
handle
handle returned by OpenAnim()
Results
name
anim format name

Show TOC