C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

GeometryLevel::GetArrayDescriptor

Defined in:  C4GeometryLevel.h
Returns the descriptor for one of the geometrical arrays stored in a geometry level.
Prototype

const ArrayDescriptor *GetArrayDescriptor(long index) const;

Description
The GetArrayDescriptor function returns the descriptor for one of the geometrical arrays stored in a geometry level. See the ArrayDescriptor structure.
See Also

ArrayDescriptor

GeometryLevel::GetArray