C4 Engine
C4 Engine API Documentation

MultiResourceSetting::GetResourceCount

Defined in:  C4Configuration.h
Returns the number of resource names stored in the setting.
Prototype

int32 GetResourceCount(voidconst;

Description
The GetResourceCount function returns the number of resource names stored in the setting object. The individual resource names can be retrieved using the MultiResourceSetting::GetResourceName function.
See Also

MultiResourceSetting::GetResourceName