C4 Engine
C4 Engine API Documentation

PortalObject::GetVertexCount

Defined in:  C4Portals.h
Returns the number of vertices defining the boundary of the portal.
Prototype

int32 GetVertexCount(voidconst;

Description
The GetVertexCount function returns the number of vertices defining the boundary of the portal. The PortalObject::GetVertexArray function can be used to retrieve the array of vertex positions.
See Also

PortalObject::SetVertexCount

PortalObject::GetVertexArray