ClanSoft logo
ClanSoft logo

    CL_ResourceManager::get_resources_of_type

Syntax

virtual std::list<std::string> *get_resources_of_type(std::string type_id);

Return value

The list of resources available. You'll have to delete all strings in the list manually (including the list-instance itself).

Description

Returns a list of all resources available matching a given type. Primarily used by the ClanCompiler to build datafiles from resources.


Back to index



This page was built using the Perceps documentation system.