![]() | |
![]() | ![]() |
CL_ResourceManager::get_resources_of_typeSyntaxvirtual std::list<std::string> *get_resources_of_type(std::string type_id); Return valueThe list of resources available. You'll have to delete all strings in the list manually (including the list-instance itself).DescriptionReturns a list of all resources available matching a given type. Primarily used by the ClanCompiler to build datafiles from resources. |