Skip to content

cf_png_cache_get_animation_table

Category: png_cache
GitHub: cute_png_cache.h


Looks up an animation table within the png cache by name.

const htbl CF_Animation** cf_png_cache_get_animation_table(const char* sprite_name);
Parameters Description
sprite_name A unique name for the animation table.

Return Value

Returns a hashtable of unique sprite names to CF_Animation's, see cf_make_png_cache_sprite.

CF_Png
cf_png_cache_load
cf_make_png_cache_animation
cf_make_png_cache_animation_table
cf_make_png_cache_sprite