ClanSoft logo
ClanSoft logo

    CL_ResourceManager::get_resources_of_type

Syntax

CL_List<CL_String> *get_resources_of_type(CL_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.