![]() |
• Graphics Manager |
|
API Links
Developer Links
|
MaterialObject::GetFirstRegisteredSubstanceDefined in:
Returns the first registered substance.
C4MaterialObjects.hPrototype
Description
The GetFirstRegisteredSubstance function returns a pointer to the Substance object corresponding to the first registered substance type. The entire list of registered substances can be iterated by calling the MapElement::Next function on the returned object and continuing until nullptr is returned.
See Also
|