|
This function can be used to replace the bitmap of a certain frame in the animation.
bitmap_list: is one of the five constants: BITMAP_LIST_FRONT, BITMAP_LIST_FRONT_SIDED, BITMAP_LIST_SIDE, BITMAP_LIST_BACK_SIDED, BITMAP_LIST_BACK
frame_index: 0 means the first frame. -1 has a special meaning, it means the last frame
bitmap_handle: A handle of the bitmap that will be set for the given frame.
See also STATE_animation_get_bitmap()
Return OK or VR_ERROR
|