Skip to content

cf_custom_sprite_get_animation_table

Category: custom_sprite
GitHub: cute_custom_sprite.h


Looks up an animation table within the custom sprite cache by name.

const CF_AnimationTable* cf_custom_sprite_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_custom_sprite.

CF_Png
cf_custom_sprite_load_png
cf_make_custom_sprite_animation
cf_make_custom_sprite_animation_table
cf_make_custom_sprite